CAN'T kill -1 OR kill -15 DAEMONS STARTED IN /etc/rc
authorPaul Kranenburg <pk@cs.few.eur.nl>
Fri, 4 Sep 1992 00:00:00 +0000 (00:00 +0000)
committerPaul Kranenburg <pk@cs.few.eur.nl>
Fri, 4 Sep 1992 00:00:00 +0000 (00:00 +0000)
commit712bb56e1a671b772ebece448e9d957d77105deb
tree22316f0e19891c1f9831df6c1e88516073e65a4c
parent2cf6ad1e72633b0ea3fc71bea11aa86239327f95
CAN'T kill -1 OR kill -15 DAEMONS STARTED IN /etc/rc

        The init program doesn't set up the proper signal disposition for
the process (sh) it creates to run /etc/rc.  While all signal handlers are
reset to SIG_DFL, the signal mask is left unchanged causing SIGHUP and
SIGTERM to be masked in all daemons started from /etc/rc.

AUTHOR:         Paul Kranenburg (pk@cs.few.eur.nl)
386BSD-Patchkit: patch00014
usr/src/sbin/init/init.c