diff --git a/etc/rc.d/SERVERS b/etc/rc.d/SERVERS index 48b19a51298d..84626b1cae5a 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. diff --git a/etc/rc.d/abi b/etc/rc.d/abi index 8b00fbbe9582..b012fc335850 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 diff --git a/etc/rc.d/archdep b/etc/rc.d/archdep index 965b0c9b31e3..0d34c43977de 100644 --- a/etc/rc.d/archdep +++ b/etc/rc.d/archdep @@ -4,8 +4,7 @@ # # PROVIDE: archdep -# REQUIRE: LOGIN -# BEFORE: abi +# REQUIRE: mountcritremote # KEYWORD: nojail . /etc/rc.subr