summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/SERVERS
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2006-02-19 08:18:48 +0000
committerdougb <dougb@FreeBSD.org>2006-02-19 08:18:48 +0000
commitd07e9ef4b2d775909a4e2e6c891922e109731b14 (patch)
treecd32357959c10a3171af4e00c2eb3b5574dd89bf /etc/rc.d/SERVERS
parent30ad96b704afb3b95305846f489a380652e7d501 (diff)
downloadFreeBSD-src-d07e9ef4b2d775909a4e2e6c891922e109731b14.zip
FreeBSD-src-d07e9ef4b2d775909a4e2e6c891922e109731b14.tar.gz
Make sure abi (and therefore archdep) start before SERVERS as part of
the ongoing re-alignment of ordering that is necessary as a result of including local scripts in the base rcorder. [1] Accomplish this by removing the BEFORE's, and using REQUIRE instead. This makes the dependencies more obvious, and less susceptible to turning circular and/or nonsensical when seemingly innocent changes are made in one place and not another. Requested by: delphij [1]
Diffstat (limited to 'etc/rc.d/SERVERS')
-rwxr-xr-xetc/rc.d/SERVERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/SERVERS b/etc/rc.d/SERVERS
index 48b19a5..84626b1 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.
OpenPOWER on IntegriCloud