> braden@ns1:~$ man daemon
> DAEMON(3) Linux Programmer's Manual DAEMON(3)
> NAME daemon - run in the background
*shrug* it's hardly portable if it doesn't exist on Solaris, which is one
of our supported platforms.
> Anyways, the ircd refuses to release the controlling termi
On Mon, 15 Apr 2002, Chris Crowther wrote:
> On Sun, 14 Apr 2002, Kev wrote:
>
> > > daemon(1,0);
>
> > Doesn't seem to be documented for Solaris. I rather suspect this isn't
> > a standardized function. (This isn't the first time I've heard of a
>
> It's a BSD function iirc, Linux s
On Sun, 14 Apr 2002, Kev wrote:
> > daemon(1,0);
> Doesn't seem to be documented for Solaris. I rather suspect this isn't
> a standardized function. (This isn't the first time I've heard of a
It's a BSD function iirc, Linux supports it too, but it's hardly
portable.
#include
Kev,
braden@ns1:~$ man daemon
DAEMON(3) Linux Programmer's Manual DAEMON(3)
NAME daemon - run in the background
Anyways, the ircd refuses to release the controlling terminal on startup. Only
ircu2.10.12 does
that to me. I'm not saying there is anything wrong. I am just s
> The ircd when started keeps ahold of the controlling terminal. You might add:
Huh? When did it start doing this? My test server did not fail to drop the
controlling terminal last time I started it from the command line, and the
code that does that has not been modified since then.
> daemon(