NETWORKING should also mean routing daemons are up.

Approved by:	markm (mentor)
This commit is contained in:
Mike Makonnen 2003-01-25 23:14:08 +00:00
parent 4d1483b4fe
commit c20168e432
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109837
5 changed files with 5 additions and 8 deletions

View File

@ -6,6 +6,7 @@
# PROVIDE: NETWORKING NETWORK
# REQUIRE: network dhclient altqd network1 network2 network_ipv6 isdnd ppp-user
# REQUIRE: routed mrouted route6d mroute6d
# KEYWORD: FreeBSD NetBSD
# This is a dummy dependency, for services which require networking

View File

@ -4,8 +4,7 @@
#
# PROVIDE: mroute6d
# REQUIRE: DAEMON
# BEFORE: LOGIN
# REQUIRE: network_ipv6
# KEYWORD: FreeBSD
. /etc/rc.subr

View File

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

View File

@ -5,8 +5,7 @@
#
# PROVIDE: route6d
# REQUIRE: DAEMON
# BEFORE: LOGIN
# REQUIRE: network_ipv6
# KEYWORD: FreeBSD NetBSD
. /etc/rc.subr

View File

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