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:
Enji Cooper 2015-02-13 20:49:43 +00:00
parent c2d5d3ee0e
commit f413242b51
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=278704
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

@ -5,6 +5,7 @@
# PROVIDE: local_unbound
# REQUIRE: FILESYSTEMS netif resolv
# BEFORE: NETWORKING
# KEYWORD: shutdown
. /etc/rc.subr