summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/rc.d/NETWORKING2
-rw-r--r--etc/rc.d/ipfw2
-rw-r--r--etc/rc.d/ppp2
-rw-r--r--etc/rc.d/ppp-user2
-rw-r--r--etc/rc.d/routing2
5 files changed, 5 insertions, 5 deletions
diff --git a/etc/rc.d/NETWORKING b/etc/rc.d/NETWORKING
index d74c0b1..47163ef 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 90636c2..5418fd9 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 06af79d..01c95f0 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 06af79d..01c95f0 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 dc6da0f..e251a97 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
OpenPOWER on IntegriCloud