Re: Simple question
Ben Clewett <[email protected]> Tue, 08 Jul 2003 14:37:08 +0000
| Newsgroups | gmane.network.xinetd |
|---|---|
| Message-ID | <[email protected]> |
THANKS!!
Ben
Steve G wrote:
> Hello,
>
>
> int new_fd = open("/dev/null", 0);
> dup2(stdout, new_fd);
> dup2(stderr, new_fd);
> close(new_fd);
>
>
> -Steve Grubb
>
> __________________________________
> Do you Yahoo!?
> SBC Yahoo! DSL - Now only $29.95 per month!
> http://sbc.yahoo.com
> _______________________________________________
> xinetd mailing list
> [email protected]
> http://www.xinetd.org/mailman/listinfo/xinetd
>