diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.d/NETWORKING | 1 | ||||
-rw-r--r-- | etc/rc.d/mroute6d | 3 | ||||
-rwxr-xr-x | etc/rc.d/mrouted | 3 | ||||
-rwxr-xr-x | etc/rc.d/route6d | 3 | ||||
-rwxr-xr-x | etc/rc.d/routed | 3 |
5 files changed, 5 insertions, 8 deletions
diff --git a/etc/rc.d/NETWORKING b/etc/rc.d/NETWORKING index 0a23771..abce689 100644 --- a/etc/rc.d/NETWORKING +++ b/etc/rc.d/NETWORKING @@ -6,6 +6,7 @@ # PROVIDE: NETWORKING NETWORK # REQUIRE: network dhclient altqd network1 network2 network_ipv6 isdnd ppp-user +# REQUIRE: routed mrouted route6d mroute6d # KEYWORD: FreeBSD NetBSD # This is a dummy dependency, for services which require networking diff --git a/etc/rc.d/mroute6d b/etc/rc.d/mroute6d index 7ae71f0..6b4f11d 100644 --- a/etc/rc.d/mroute6d +++ b/etc/rc.d/mroute6d @@ -4,8 +4,7 @@ # # PROVIDE: mroute6d -# REQUIRE: DAEMON -# BEFORE: LOGIN +# REQUIRE: network_ipv6 # KEYWORD: FreeBSD . /etc/rc.subr diff --git a/etc/rc.d/mrouted b/etc/rc.d/mrouted index b1409e1..2b7d675 100755 --- a/etc/rc.d/mrouted +++ b/etc/rc.d/mrouted @@ -5,8 +5,7 @@ # # PROVIDE: mrouted -# REQUIRE: DAEMON -# BEFORE: LOGIN +# REQUIRE: network1 network2 # KEYWORD: FreeBSD NetBSD . /etc/rc.subr diff --git a/etc/rc.d/route6d b/etc/rc.d/route6d index 354ccad..5e2f6e4 100755 --- a/etc/rc.d/route6d +++ b/etc/rc.d/route6d @@ -5,8 +5,7 @@ # # PROVIDE: route6d -# REQUIRE: DAEMON -# BEFORE: LOGIN +# REQUIRE: network_ipv6 # KEYWORD: FreeBSD NetBSD . /etc/rc.subr diff --git a/etc/rc.d/routed b/etc/rc.d/routed index 85bfbf2..d41a117 100755 --- a/etc/rc.d/routed +++ b/etc/rc.d/routed @@ -5,8 +5,7 @@ # # PROVIDE: routed -# REQUIRE: DAEMON -# BEFORE: LOGIN +# REQUIRE: network1 network2 # KEYWORD: FreeBSD NetBSD . /etc/rc.subr |