freebsd-nq/usr.sbin/nfsd
Alfred Perlstein e0a509bb08 Don't call daemon() and setup our signal handlers until after we check
and do the unregister/reregister work.

Don't call syslog in the unregister/reregister code as we haven't called
openlog() yet.

Be a more conservative about accepting errno values from socket(2),
only EPROTONOSUPPORT means that the kernel isn't supporting it
something like INET6.  The other possible errnos would be returned
if there was a mistake in the socket(2) call so remove them from the
list of "acceptable" return values.
2001-03-25 23:32:55 +00:00
..
Makefile Set the default manual section for sbin/ to 8. 2001-03-20 18:13:31 +00:00
nfsd.8 mdoc(7) police: fixes to the previous revision: 2001-03-20 10:57:25 +00:00
nfsd.c Don't call daemon() and setup our signal handlers until after we check 2001-03-25 23:32:55 +00:00