summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/devd
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2002-12-22 22:18:41 +0000
committerdillon <dillon@FreeBSD.org>2002-12-22 22:18:41 +0000
commit59db35bde2503abe71cac5a91acaedd768348893 (patch)
tree7a4959cdbe6bcce1760e14e20b92457e482609c6 /etc/rc.d/devd
parentf2916da2791f333ec0f2f358bf35929a351bd2e0 (diff)
downloadFreeBSD-src-59db35bde2503abe71cac5a91acaedd768348893.zip
FreeBSD-src-59db35bde2503abe71cac5a91acaedd768348893.tar.gz
Do not unconditionally load the configuration files for the RCNG case.
Instead, load them as part of the rc.d system. This allows us to prioritize the initidiskless script so it runs before the configuration files are loaded and allows us to get rid of the exit 2 hack in /etc/rc. The exit 2 never worked anyway since it did not unset the prior configuration, causing the diskless code to not operate properly. Do a major cleanup and revamping of the diskless code for RCNG. This will be backported to the non-RCNG scripts as well as -stable. With suggestions from: Mike Makonnen <mtm@identd.net> MFC after: 7 days
Diffstat (limited to 'etc/rc.d/devd')
-rw-r--r--etc/rc.d/devd1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.d/devd b/etc/rc.d/devd
index 9636eaa..659ca71 100644
--- a/etc/rc.d/devd
+++ b/etc/rc.d/devd
@@ -3,6 +3,7 @@
# $FreeBSD$
#
+# REQUIRE: rcconf
# PROVIDE: devd
# BEFORE: disks
# KEYWORD: FreeBSD
OpenPOWER on IntegriCloud