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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=113676
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 \
apm apmd atm1 atm2.sh atm3.sh archdep bgfsck bootparams ccd cleanvar \
cleartmp cron devd devdb devfs diskless dmesg dumpon fsck inetd \
initdiskless initrandom ip6fw ipfilter ipfw ipmon ipnat ipsec \
ipxrouted isdnd jail kadmind kerberos keyserv kldxref ldconfig local \
localdaemons lomac lpd motd mountcritlocal mountcritremote \
mountd moused mroute6d mrouted msgs named network1 network2 \
network3 network_ipv6 nfsclient nfsd nfslocking nfsserver ntpd \
cleartmp cron devd devdb devfs dhclient diskless dmesg dumpon fsck \
hostname inetd initdiskless initrandom ip6fw ipfilter ipfw ipmon ipnat \
ipsec ipxrouted isdnd jail kadmind kerberos keyserv kldxref ldconfig \
local localdaemons lomac lpd motd mountcritlocal mountcritremote \
mountd moused mroute6d mrouted msgs named netif 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 \
securelevel sendmail serial sppp sshd swap1 syscons sysctl \

View File

@ -5,7 +5,7 @@
#
# 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
# KEYWORD: FreeBSD NetBSD

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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