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:
parent
f45c0422fc
commit
f50a4cf27c
@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# PROVIDE: SERVERS
|
# PROVIDE: SERVERS
|
||||||
# REQUIRE: mountcritremote
|
# REQUIRE: mountcritremote abi
|
||||||
|
|
||||||
# This is a dummy dependency, for early-start servers relying on
|
# This is a dummy dependency, for early-start servers relying on
|
||||||
# some basic configuration.
|
# some basic configuration.
|
||||||
|
@ -4,8 +4,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# PROVIDE: abi
|
# PROVIDE: abi
|
||||||
# REQUIRE: LOGIN
|
# REQUIRE: archdep
|
||||||
# BEFORE: securelevel
|
|
||||||
# KEYWORD: nojail
|
# KEYWORD: nojail
|
||||||
|
|
||||||
. /etc/rc.subr
|
. /etc/rc.subr
|
||||||
|
@ -4,8 +4,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# PROVIDE: archdep
|
# PROVIDE: archdep
|
||||||
# REQUIRE: LOGIN
|
# REQUIRE: mountcritremote
|
||||||
# BEFORE: abi
|
|
||||||
# KEYWORD: nojail
|
# KEYWORD: nojail
|
||||||
|
|
||||||
. /etc/rc.subr
|
. /etc/rc.subr
|
||||||
|
Loading…
Reference in New Issue
Block a user