summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/devd
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-02-12 04:22:40 +0000
committerimp <imp@FreeBSD.org>2003-02-12 04:22:40 +0000
commit65ef87b1e1e631d97d067f927abe576b123cb174 (patch)
tree3ca646c0575b1312b2c207a7447a81869f421d8f /etc/rc.d/devd
parent8412e60e5315f0204f9e88353c9297289d9604e8 (diff)
downloadFreeBSD-src-65ef87b1e1e631d97d067f927abe576b123cb174.zip
FreeBSD-src-65ef87b1e1e631d97d067f927abe576b123cb174.tar.gz
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.
Diffstat (limited to 'etc/rc.d/devd')
-rw-r--r--etc/rc.d/devd4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/devd b/etc/rc.d/devd
index f4c3560..b869a73 100644
--- a/etc/rc.d/devd
+++ b/etc/rc.d/devd
@@ -4,8 +4,8 @@
#
# PROVIDE: devd
-# REQUIRE: rcconf
-# BEFORE: disks
+# REQUIRE: NETWORKING
+# BEFORE: mountcritremote
# KEYWORD: FreeBSD
. /etc/rc.subr
OpenPOWER on IntegriCloud