1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-06 09:17:25 +00:00

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]
This commit is contained in:
Doug Barton 2006-02-19 08:18:48 +00:00
parent f45c0422fc
commit f50a4cf27c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=155838
3 changed files with 3 additions and 5 deletions

View File

@ -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.

View File

@ -4,8 +4,7 @@
#
# PROVIDE: abi
# REQUIRE: LOGIN
# BEFORE: securelevel
# REQUIRE: archdep
# KEYWORD: nojail
. /etc/rc.subr

View File

@ -4,8 +4,7 @@
#
# PROVIDE: archdep
# REQUIRE: LOGIN
# BEFORE: abi
# REQUIRE: mountcritremote
# KEYWORD: nojail
. /etc/rc.subr