Start devd after the networking stuff, but before we mount the

critical remote systems.  This lets us run commands from devd that
aren't on the / partition.  This also means we can remove some kludges
from the networking startup that I added a while ago that caused other
problems.

There's still a race in starting devd that needs to be fixed in devd
so that things present at boot will be configured by the time devd
does daemon().  That race will be fixed later.
This commit is contained in:
Warner Losh 2003-02-12 04:22:40 +00:00
parent 5b3e8e8d83
commit 6d60ce9310
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110745

View File

@ -4,8 +4,8 @@
#
# PROVIDE: devd
# REQUIRE: rcconf
# BEFORE: disks
# REQUIRE: NETWORKING
# BEFORE: mountcritremote
# KEYWORD: FreeBSD
. /etc/rc.subr