diff options
author | dougb <dougb@FreeBSD.org> | 2006-02-19 08:18:48 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2006-02-19 08:18:48 +0000 |
commit | d07e9ef4b2d775909a4e2e6c891922e109731b14 (patch) | |
tree | cd32357959c10a3171af4e00c2eb3b5574dd89bf /etc/rc.d/abi | |
parent | 30ad96b704afb3b95305846f489a380652e7d501 (diff) | |
download | FreeBSD-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/abi')
-rw-r--r-- | etc/rc.d/abi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/rc.d/abi b/etc/rc.d/abi index 8b00fbb..b012fc3 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 |