o Hook the new files up to the build.

o Make sure all the scripts reference rc.d/netif and not rc.d/network1

Approved by:	markm (mentor)
This commit is contained in:
Mike Makonnen 2003-04-18 17:55:05 +00:00
parent 6167ee89ee
commit 459e7c4314
17 changed files with 22 additions and 22 deletions

View File

@ -5,12 +5,12 @@
FILES= DAEMON LOGIN NETWORKING SERVERS abi accounting addswap adjkerntz amd \ FILES= DAEMON LOGIN NETWORKING SERVERS abi accounting addswap adjkerntz amd \
apm apmd atm1 atm2.sh atm3.sh archdep bgfsck bootparams ccd cleanvar \ apm apmd atm1 atm2.sh atm3.sh archdep bgfsck bootparams ccd cleanvar \
cleartmp cron devd devdb devfs diskless dmesg dumpon fsck inetd \ cleartmp cron devd devdb devfs dhclient diskless dmesg dumpon fsck \
initdiskless initrandom ip6fw ipfilter ipfw ipmon ipnat ipsec \ hostname inetd initdiskless initrandom ip6fw ipfilter ipfw ipmon ipnat \
ipxrouted isdnd jail kadmind kerberos keyserv kldxref ldconfig local \ ipsec ipxrouted isdnd jail kadmind kerberos keyserv kldxref ldconfig \
localdaemons lomac lpd motd mountcritlocal mountcritremote \ local localdaemons lomac lpd motd mountcritlocal mountcritremote \
mountd moused mroute6d mrouted msgs named network1 network2 \ mountd moused mroute6d mrouted msgs named netif network2 network3 \
network3 network_ipv6 nfsclient nfsd nfslocking nfsserver ntpd \ network_ipv6 nfsclient nfsd nfslocking nfsserver nisdomain ntpd \
ntpdate othermta pccard pcvt ppp-user pppoed pwcheck quota random \ 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 rpcbind rtadvd rwho savecore \
securelevel sendmail serial sppp sshd swap1 syscons sysctl \ securelevel sendmail serial sppp sshd swap1 syscons sysctl \

View File

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

View File

@ -5,7 +5,7 @@
# PROVIDE: adjkerntz # PROVIDE: adjkerntz
# REQUIRE: diskless mountcritlocal random # REQUIRE: diskless mountcritlocal random
# BEFORE: network1 # BEFORE: netif
# KEYWORD: FreeBSD # KEYWORD: FreeBSD
. /etc/rc.subr . /etc/rc.subr

View File

@ -29,7 +29,7 @@
# PROVIDE: atm1 # PROVIDE: atm1
# REQUIRE: root # REQUIRE: root
# BEFORE: network1 # BEFORE: netif
# KEYWORD: FreeBSD # KEYWORD: FreeBSD
. /etc/rc.subr . /etc/rc.subr

View File

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

View File

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

View File

@ -5,7 +5,7 @@
# PROVIDE: cleanvar # PROVIDE: cleanvar
# REQUIRE: adjkerntz mountcritlocal # REQUIRE: adjkerntz mountcritlocal
# BEFORE: network1 # BEFORE: netif
# KEYWORD: FreeBSD # KEYWORD: FreeBSD
purgedir() purgedir()

View File

@ -7,7 +7,7 @@
# #
# PROVIDE: isdnd # PROVIDE: isdnd
# REQUIRE: network1 mountcritlocal # REQUIRE: netif mountcritlocal
# KEYWORD: FreeBSD NetBSD # KEYWORD: FreeBSD NetBSD
. /etc/rc.subr . /etc/rc.subr

View File

@ -5,7 +5,7 @@
# PROVIDE: kldxref # PROVIDE: kldxref
# REQUIRE: root mountcritlocal # REQUIRE: root mountcritlocal
# BEFORE: network1 # BEFORE: netif
# KEYWORD: FreeBSD # KEYWORD: FreeBSD
. /etc/rc.subr . /etc/rc.subr

View File

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

View File

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

View File

@ -4,7 +4,7 @@
# #
# PROVIDE: ppp-user # PROVIDE: ppp-user
# REQUIRE: network1 isdnd # REQUIRE: netif isdnd
# KEYWORD: FreeBSD # KEYWORD: FreeBSD
. /etc/rc.subr . /etc/rc.subr

View File

@ -4,7 +4,7 @@
# #
# PROVIDE: ppp-user # PROVIDE: ppp-user
# REQUIRE: network1 isdnd # REQUIRE: netif isdnd
# KEYWORD: FreeBSD # KEYWORD: FreeBSD
. /etc/rc.subr . /etc/rc.subr

View File

@ -5,7 +5,7 @@
# PROVIDE: random # PROVIDE: random
# REQUIRE: diskless mountcritlocal initrandom # REQUIRE: diskless mountcritlocal initrandom
# BEFORE: network1 # BEFORE: netif
# KEYWORD: FreeBSD shutdown # KEYWORD: FreeBSD shutdown
. /etc/rc.subr . /etc/rc.subr

View File

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

View File

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

View File

@ -5,7 +5,7 @@
# PROVIDE: sppp # PROVIDE: sppp
# REQUIRE: root # REQUIRE: root
# BEFORE: network1 # BEFORE: netif
# KEYWORD: FreeBSD # KEYWORD: FreeBSD
. /etc/rc.subr . /etc/rc.subr