NetBSD/usr.sbin/inetd
dholland e62b84ba61 When running a builtin service (a what? yeah, a piece of useless
legacy code), if the builtin service forks (not all do), avoid leaking
listening sockets into the child process.

If the child process were to keep copies of the listening sockets
around and then hang about for a long time, it would prevent inetd
from being able to re-bind them upon restart.

The listening sockets are tagged close-on-exec, but that doesn't help
when one doesn't exec.

Patch from my own very old PR 8253.
2008-05-26 03:41:25 +00:00
..
Makefile Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the 2007-05-28 12:06:17 +00:00
inetd.8 Move TNF licenses to 2 clause form 2008-05-02 18:11:04 +00:00
inetd.c When running a builtin service (a what? yeah, a piece of useless 2008-05-26 03:41:25 +00:00
ipsec.c Add (unsigned char) cast to ctype functions 2004-10-29 20:51:11 +00:00
ipsec.h
pathnames.h