git: nfsd, mountd - daemonize earlier
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Sep 3 19:33:35 PDT 2014
commit 1a9480c3491c16a15facfca209ffe8b744b84eaf
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Sep 3 19:31:13 2014 -0700
nfsd, mountd - daemonize earlier
* Daemonize these services earlier so name lookup stalls do
not stall the system startup. This is particularly important
if the server itself is responsible for a local network, we
don't want the server to fail to boot if the internet is not
available.
Summary of changes:
sbin/mountd/mountd.c | 13 +++++++------
sbin/nfsd/nfsd.c | 26 +++++++++++++-------------
2 files changed, 20 insertions(+), 19 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1a9480c3491c16a15facfca209ffe8b744b84eaf
--
DragonFly BSD source repository
More information about the Commits
mailing list