Re: cvs commit: src/usr.sbin/inetd inetd.c

1999-07-21 Thread Bruce Evans
>Can nohup really prevent processes from trapping SIGHUP? I thought it >just set the SIGUP handler to discard and hoped for the best. It's normally a bug to catch ignored signals. Daomons that reread config files when they receive a signal may be counterexamples. OTOH, they probably shouldn't be

Re: cvs commit: src/usr.sbin/inetd inetd.c

1999-07-21 Thread Poul-Henning Kamp
The point was who the heck sends the SIGHUP and why ? Poul-Henning In message <23428.932574...@axl.noc.iafrica.com>, Sheldon Hearn writes: > >[Hi-jacked from cvs-committers and cvs-all] > >On Wed, 21 Jul 1999 18:15:09 +0200, Poul-Henning Kamp wrote: > >> There is another one you may want to look

Re: cvs commit: src/usr.sbin/inetd inetd.c

1999-07-21 Thread Sheldon Hearn
[Hi-jacked from cvs-committers and cvs-all] On Wed, 21 Jul 1999 18:15:09 +0200, Poul-Henning Kamp wrote: > There is another one you may want to look at, I have not figured it > out yet: > > I try to start a ntpd from /etc/rc.local this way: > > nohup /usr/local/bin/ntpd -d -d > /usr/ntp/

Re: cvs commit: src/usr.sbin/inetd inetd.c

1999-07-21 Thread Bruce Evans
>Can nohup really prevent processes from trapping SIGHUP? I thought it >just set the SIGUP handler to discard and hoped for the best. It's normally a bug to catch ignored signals. Daomons that reread config files when they receive a signal may be counterexamples. OTOH, they probably shouldn't b

Re: cvs commit: src/usr.sbin/inetd inetd.c

1999-07-21 Thread Poul-Henning Kamp
The point was who the heck sends the SIGHUP and why ? Poul-Henning In message <[EMAIL PROTECTED]>, Sheldon Hearn writes: > >[Hi-jacked from cvs-committers and cvs-all] > >On Wed, 21 Jul 1999 18:15:09 +0200, Poul-Henning Kamp wrote: > >> There is another one you may want to look at, I have not f

Re: cvs commit: src/usr.sbin/inetd inetd.c

1999-07-21 Thread Sheldon Hearn
[Hi-jacked from cvs-committers and cvs-all] On Wed, 21 Jul 1999 18:15:09 +0200, Poul-Henning Kamp wrote: > There is another one you may want to look at, I have not figured it > out yet: > > I try to start a ntpd from /etc/rc.local this way: > > nohup /usr/local/bin/ntpd -d -d > /usr/ntp