Searched hist:48962 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/usr.sbin/inetd/
H A Dinetd.cdiff 48962 Wed Jul 21 14:09:45 MDT 1999 sheldonh Fix for the hosts_options(5) spawn option.

Restore default SIGHUP, SIGCHLD and SIGALRM handlers in forked inetd
processes. This happens to work around the fact that hosts_access()
doesn't (but should) set SIG_IGN as the handler for SIGCHLD while it
handles the spawn option, but it would make sense even if that were
not true.

This does not address the leaking descriptors issue discussed on the
same PR.

PR: 12731
Reviewed by: des
Submitted by: David Malone <dwmalone@maths.tcd.ie>

Completed in 179 milliseconds