nfsd, mountd - daemonize earlier
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 4 Sep 2014 02:31:13 +0000 (19:31 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 4 Sep 2014 02:32:42 +0000 (19:32 -0700)
commit1a9480c3491c16a15facfca209ffe8b744b84eaf
treecc9849e55c8f9c53dfe46cefb1407641d5afc993
parentebf01ad05e3b887dec1c7c18002f0bd942f50f03
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.
sbin/mountd/mountd.c
sbin/nfsd/nfsd.c