diff options
-rwxr-xr-x | etc/rc.d/NETWORKING | 2 | ||||
-rwxr-xr-x | etc/rc.d/routed | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.d/NETWORKING b/etc/rc.d/NETWORKING index ff63c0c..f998b6d 100755 --- a/etc/rc.d/NETWORKING +++ b/etc/rc.d/NETWORKING @@ -5,7 +5,7 @@ # PROVIDE: NETWORKING NETWORK # REQUIRE: netif netwait netoptions routing ppp ipfw stf faith -# REQUIRE: defaultroute routed mrouted route6d mroute6d resolv bridge +# REQUIRE: defaultroute mrouted route6d mroute6d resolv bridge # REQUIRE: static_arp static_ndp # This is a dummy dependency, for services which require networking diff --git a/etc/rc.d/routed b/etc/rc.d/routed index 55bab01..51435a8 100755 --- a/etc/rc.d/routed +++ b/etc/rc.d/routed @@ -5,6 +5,7 @@ # PROVIDE: routed # REQUIRE: netif routing +# BEFORE: NETWORK # KEYWORD: nojail . /etc/rc.subr |