From 6d60ce931070d1602c6a2ecb78322402f393e06e Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 12 Feb 2003 04:22:40 +0000 Subject: [PATCH] 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. --- etc/rc.d/devd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/rc.d/devd b/etc/rc.d/devd index f4c3560c795f..b869a73eb7dd 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