diff --git a/etc/rc.d/NETWORKING b/etc/rc.d/NETWORKING index d74c0b13f081..47163ef81070 100644 --- a/etc/rc.d/NETWORKING +++ b/etc/rc.d/NETWORKING @@ -5,7 +5,7 @@ # # PROVIDE: NETWORKING NETWORK -# REQUIRE: dhclient netif routing network_ipv6 isdnd ppp-user +# REQUIRE: dhclient netif 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/ipfw b/etc/rc.d/ipfw index 90636c2c56fe..5418fd98b97f 100644 --- a/etc/rc.d/ipfw +++ b/etc/rc.d/ipfw @@ -4,7 +4,7 @@ # # PROVIDE: ipfw -# REQUIRE: ppp-user +# REQUIRE: ppp # BEFORE: NETWORKING # KEYWORD: nojail diff --git a/etc/rc.d/ppp b/etc/rc.d/ppp index 06af79d5700e..01c95f05a56e 100644 --- a/etc/rc.d/ppp +++ b/etc/rc.d/ppp @@ -3,7 +3,7 @@ # $FreeBSD$ # -# PROVIDE: ppp-user +# PROVIDE: ppp # REQUIRE: netif isdnd # KEYWORD: nojail diff --git a/etc/rc.d/ppp-user b/etc/rc.d/ppp-user index 06af79d5700e..01c95f05a56e 100644 --- a/etc/rc.d/ppp-user +++ b/etc/rc.d/ppp-user @@ -3,7 +3,7 @@ # $FreeBSD$ # -# PROVIDE: ppp-user +# PROVIDE: ppp # REQUIRE: netif isdnd # KEYWORD: nojail diff --git a/etc/rc.d/routing b/etc/rc.d/routing index dc6da0fea6c7..e251a9726b81 100644 --- a/etc/rc.d/routing +++ b/etc/rc.d/routing @@ -6,7 +6,7 @@ # # PROVIDE: routing -# REQUIRE: netif ppp-user +# REQUIRE: netif ppp # KEYWORD: nojail . /etc/rc.subr