summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2005-10-28 16:07:52 +0000
committeryar <yar@FreeBSD.org>2005-10-28 16:07:52 +0000
commite602bb9ed881512bc628bd5c83e1f15908447b31 (patch)
treecfc64d8e10fc20a46f553383b94b2ce9294597a9 /etc/rc.d
parentdf94bb0494e53a685b211e2231a893204f622fe7 (diff)
downloadFreeBSD-src-e602bb9ed881512bc628bd5c83e1f15908447b31.zip
FreeBSD-src-e602bb9ed881512bc628bd5c83e1f15908447b31.tar.gz
Transforming "ppp-user" into just "ppp", step 1:
The rcorder(8) condition PROVIDE'd by the script and REQUIRE'd by the others becomes "ppp". The ultimate goal of the transformation is to reduce confusion resulting from the fact that $name has been "ppp" already. Discussed with: pjd, -rc
Diffstat (limited to 'etc/rc.d')
-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