1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-13 10:02:38 +00:00

o Hookup rc.d/routing and rc.d/netoptions

o Ensure rc.d/network2 and rc.d/network3 are not automatically run
  during boot
o Modify script headers so rcorder(8) can put the two scripts in the
  correct sequence.
This commit is contained in:
Mike Makonnen 2003-06-29 05:15:57 +00:00
parent cf6b0ea705
commit 2a7ea7e487
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117020
10 changed files with 11 additions and 11 deletions

View File

@ -12,10 +12,10 @@ FILES= DAEMON LOGIN NETWORKING SERVERS abi accounting addswap adjkerntz amd \
ldconfig local localdaemons lomac lpd \
motd mountcritlocal mountcritremote \
mountd moused mroute6d mrouted msgs \
named netif network1 network2 network3 \
named netif netoptions network1 network2 network3 \
network_ipv6 nfsclient nfsd nfslocking nfsserver nisdomain ntpd \
ntpdate othermta pccard pcvt ppp-user pppoed pwcheck quota random \
rarpd rcconf.sh root route6d routed rpcbind rtadvd rwho savecore \
rarpd rcconf.sh root route6d routed routing rpcbind rtadvd rwho savecore \
securelevel sendmail serial sppp sshd swap1 syscons sysctl \
syslogd timed ttys usbd vinum virecover watchdogd ypbind \
yppasswdd ypserv ypset ypupdated ypxfrd

View File

@ -5,7 +5,7 @@
#
# PROVIDE: NETWORKING NETWORK
# REQUIRE: network dhclient altqd netif network2 network_ipv6 isdnd ppp-user
# REQUIRE: network dhclient altqd netif routing network_ipv6 isdnd ppp-user
# REQUIRE: routed mrouted route6d mroute6d
# KEYWORD: FreeBSD NetBSD

View File

@ -29,7 +29,7 @@
# PROVIDE: atm2
# REQUIRE: atm1 netif
# BEFORE: network2
# BEFORE: routing
# KEYWORD: FreeBSD
#

View File

@ -29,7 +29,7 @@
# PROVIDE: atm2
# REQUIRE: atm1 netif
# BEFORE: network2
# BEFORE: routing
# KEYWORD: FreeBSD
#

View File

@ -4,7 +4,7 @@
#
# PROVIDE: ip6fw
# REQUIRE: network2
# REQUIRE: routing
# BEFORE: network_ipv6
# KEYWORD: FreeBSD

View File

@ -5,7 +5,7 @@
#
# PROVIDE: mrouted
# REQUIRE: netif network2
# REQUIRE: netif routing
# KEYWORD: FreeBSD NetBSD
. /etc/rc.subr

View File

@ -7,7 +7,7 @@
# PROVIDE: network2
# REQUIRE: netif ppp-user
# KEYWORD: FreeBSD
# KEYWORD: FreeBSD nostart
. /etc/rc.subr

View File

@ -6,7 +6,7 @@
# PROVIDE: network3
# REQUIRE: localdaemons
# BEFORE: securelevel
# KEYWORD: FreeBSD
# KEYWORD: FreeBSD nostart
. /etc/rc.subr

View File

@ -29,7 +29,7 @@
#
# PROVIDE: network_ipv6
# REQUIRE: network2
# REQUIRE: routing
# KEYWORD: FreeBSD
. /etc/rc.subr

View File

@ -5,7 +5,7 @@
#
# PROVIDE: routed
# REQUIRE: netif network2
# REQUIRE: netif routing
# KEYWORD: FreeBSD NetBSD
. /etc/rc.subr