summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2006-03-15 00:09:43 +0000
committerDoug Barton <dougb@FreeBSD.org>2006-03-15 00:09:43 +0000
commit8d7910cb91a916054ec380cf378410833736a429 (patch)
treeb60de306cc9fe11fee61544a53fa1a7447ac49af
parent16da188c4b9167c5b407a05d9a640292df2d4314 (diff)
Notes
-rwxr-xr-xetc/rc.d/SERVERS2
-rw-r--r--etc/rc.d/abi3
-rw-r--r--etc/rc.d/archdep3
3 files changed, 3 insertions, 5 deletions
diff --git a/etc/rc.d/SERVERS b/etc/rc.d/SERVERS
index 48b19a51298d..84626b1cae5a 100755
--- a/etc/rc.d/SERVERS
+++ b/etc/rc.d/SERVERS
@@ -5,7 +5,7 @@
#
# PROVIDE: SERVERS
-# REQUIRE: mountcritremote
+# REQUIRE: mountcritremote abi
# This is a dummy dependency, for early-start servers relying on
# some basic configuration.
diff --git a/etc/rc.d/abi b/etc/rc.d/abi
index a60fd68b88b9..16d1508d3e70 100644
--- a/etc/rc.d/abi
+++ b/etc/rc.d/abi
@@ -4,8 +4,7 @@
#
# PROVIDE: abi
-# REQUIRE: LOGIN
-# BEFORE: securelevel
+# REQUIRE: archdep
# KEYWORD: nojail
. /etc/rc.subr
diff --git a/etc/rc.d/archdep b/etc/rc.d/archdep
index 8c20d320f6b5..c6630f2cc84a 100644
--- a/etc/rc.d/archdep
+++ b/etc/rc.d/archdep
@@ -4,8 +4,7 @@
#
# PROVIDE: archdep
-# REQUIRE: LOGIN
-# BEFORE: abi
+# REQUIRE: mountcritremote
# KEYWORD: nojail
. /etc/rc.subr