mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
NETWORKING should also mean routing daemons are up.
Approved by: markm (mentor)
This commit is contained in:
parent
4d1483b4fe
commit
c20168e432
5 changed files with 5 additions and 8 deletions
|
|
@ -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 a new issue