mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110745
@ -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