mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-02 08:42:48 +00:00
NETWORKING should also mean routing daemons are up.
Approved by: markm (mentor)
This commit is contained in:
parent
4d1483b4fe
commit
c20168e432
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109837
@ -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
|
||||
|
@ -4,8 +4,7 @@
|
||||
#
|
||||
|
||||
# PROVIDE: mroute6d
|
||||
# REQUIRE: DAEMON
|
||||
# BEFORE: LOGIN
|
||||
# REQUIRE: network_ipv6
|
||||
# KEYWORD: FreeBSD
|
||||
|
||||
. /etc/rc.subr
|
||||
|
@ -5,8 +5,7 @@
|
||||
#
|
||||
|
||||
# PROVIDE: mrouted
|
||||
# REQUIRE: DAEMON
|
||||
# BEFORE: LOGIN
|
||||
# REQUIRE: network1 network2
|
||||
# KEYWORD: FreeBSD NetBSD
|
||||
|
||||
. /etc/rc.subr
|
||||
|
@ -5,8 +5,7 @@
|
||||
#
|
||||
|
||||
# PROVIDE: route6d
|
||||
# REQUIRE: DAEMON
|
||||
# BEFORE: LOGIN
|
||||
# REQUIRE: network_ipv6
|
||||
# KEYWORD: FreeBSD NetBSD
|
||||
|
||||
. /etc/rc.subr
|
||||
|
@ -5,8 +5,7 @@
|
||||
#
|
||||
|
||||
# PROVIDE: routed
|
||||
# REQUIRE: DAEMON
|
||||
# BEFORE: LOGIN
|
||||
# REQUIRE: network1 network2
|
||||
# KEYWORD: FreeBSD NetBSD
|
||||
|
||||
. /etc/rc.subr
|
||||
|
Loading…
Reference in New Issue
Block a user