mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-05 09:14:03 +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:
parent
f45c0422fc
commit
f50a4cf27c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=155838
@ -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.
|
||||
|
@ -4,8 +4,7 @@
|
||||
#
|
||||
|
||||
# PROVIDE: abi
|
||||
# REQUIRE: LOGIN
|
||||
# BEFORE: securelevel
|
||||
# REQUIRE: archdep
|
||||
# KEYWORD: nojail
|
||||
|
||||
. /etc/rc.subr
|
||||
|
@ -4,8 +4,7 @@
|
||||
#
|
||||
|
||||
# PROVIDE: archdep
|
||||
# REQUIRE: LOGIN
|
||||
# BEFORE: abi
|
||||
# REQUIRE: mountcritremote
|
||||
# KEYWORD: nojail
|
||||
|
||||
. /etc/rc.subr
|
||||
|
Loading…
Reference in New Issue
Block a user