diff options
-rw-r--r-- | etc/rc.d/NETWORKING | 2 | ||||
-rw-r--r-- | etc/rc.d/netoptions | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/etc/rc.d/NETWORKING b/etc/rc.d/NETWORKING index cbb0fda..504ca4c 100644 --- a/etc/rc.d/NETWORKING +++ b/etc/rc.d/NETWORKING @@ -5,7 +5,7 @@ # # PROVIDE: NETWORKING NETWORK -# REQUIRE: netif routing network_ipv6 isdnd ppp +# REQUIRE: netif netoptions routing network_ipv6 isdnd ppp # REQUIRE: routed mrouted route6d mroute6d # This is a dummy dependency, for services which require networking diff --git a/etc/rc.d/netoptions b/etc/rc.d/netoptions index f932964..9a2ad03 100644 --- a/etc/rc.d/netoptions +++ b/etc/rc.d/netoptions @@ -5,7 +5,6 @@ # PROVIDE: netoptions # REQUIRE: localpkg -# BEFORE: securelevel # KEYWORD: nojail . /etc/rc.subr |