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
This commit is contained in:
Yaroslav Tykhiy 2005-10-28 16:07:52 +00:00
parent 9b229abc8f
commit 23b50ea745
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=151806
5 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -4,7 +4,7 @@
#
# PROVIDE: ipfw
# REQUIRE: ppp-user
# REQUIRE: ppp
# BEFORE: NETWORKING
# KEYWORD: nojail

View File

@ -3,7 +3,7 @@
# $FreeBSD$
#
# PROVIDE: ppp-user
# PROVIDE: ppp
# REQUIRE: netif isdnd
# KEYWORD: nojail

View File

@ -3,7 +3,7 @@
# $FreeBSD$
#
# PROVIDE: ppp-user
# PROVIDE: ppp
# REQUIRE: netif isdnd
# KEYWORD: nojail

View File

@ -6,7 +6,7 @@
#
# PROVIDE: routing
# REQUIRE: netif ppp-user
# REQUIRE: netif ppp
# KEYWORD: nojail
. /etc/rc.subr