freebsd-dev/usr.sbin/rwhod
Pawel Jakub Dawidek 2057b58b17 Remove fallback to fork(2) if pdfork(2) is not available. If the parent
process dies, the process descriptor will be closed and pdfork(2)ed child
will be killed, which is not the case when regular fork(2) is used.

The PROCDESC option is now part of the GENERIC kernel configuration, so we
can start depending on it.

Add UPDATING entry to inform that this option is now required and log
detailed instruction to syslog if pdfork(2) is not available:

	The pdfork(2) system call is not available; recompile the kernel with options PROCDESC

Submitted by:	Mariusz Zaborski <oshogbo@FreeBSD.org>
Sponsored by:	Google Summer of Code 2013
2013-09-05 01:05:48 +00:00
..
Makefile Port all applications in usr.sbin/ from libulog to utmpx. 2010-01-13 18:17:53 +00:00
rwhod.8 Bump date missed in r202756 2012-09-14 17:50:42 +00:00
rwhod.c Remove fallback to fork(2) if pdfork(2) is not available. If the parent 2013-09-05 01:05:48 +00:00