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:
parent
5b3e8e8d83
commit
6d60ce9310
@ -4,8 +4,8 @@
|
||||
#
|
||||
|
||||
# PROVIDE: devd
|
||||
# REQUIRE: rcconf
|
||||
# BEFORE: disks
|
||||
# REQUIRE: NETWORKING
|
||||
# BEFORE: mountcritremote
|
||||
# KEYWORD: FreeBSD
|
||||
|
||||
. /etc/rc.subr
|
||||
|
Loading…
Reference in New Issue
Block a user