Unbreak rcorder when MK_UNBOUND == no by moving local_unbound from REQUIRE:
in NETWORKING to BEFORE: in the script MFC after: 2 weeks
This commit is contained in:
parent
c2d5d3ee0e
commit
f413242b51
@ -6,7 +6,7 @@
|
||||
# PROVIDE: NETWORKING NETWORK
|
||||
# REQUIRE: netif netoptions routing ppp ipfw stf
|
||||
# REQUIRE: defaultroute routed route6d mroute6d resolv bridge
|
||||
# REQUIRE: static_arp static_ndp local_unbound
|
||||
# REQUIRE: static_arp static_ndp
|
||||
|
||||
# This is a dummy dependency, for services which require networking
|
||||
# to be operational before starting.
|
||||
|
@ -5,6 +5,7 @@
|
||||
|
||||
# PROVIDE: local_unbound
|
||||
# REQUIRE: FILESYSTEMS netif resolv
|
||||
# BEFORE: NETWORKING
|
||||
# KEYWORD: shutdown
|
||||
|
||||
. /etc/rc.subr
|
||||
|
Loading…
x
Reference in New Issue
Block a user