summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-02-13 20:49:43 +0000
committerngie <ngie@FreeBSD.org>2015-02-13 20:49:43 +0000
commit18fa8711e4315201d155f4941f26a2b955021d20 (patch)
tree5bf7658d7077e7b5460569a250c2fd350f268fde /etc/rc.d
parentc8abad000b6cf76f048e083816daede8482cc652 (diff)
downloadFreeBSD-src-18fa8711e4315201d155f4941f26a2b955021d20.zip
FreeBSD-src-18fa8711e4315201d155f4941f26a2b955021d20.tar.gz
Unbreak rcorder when MK_UNBOUND == no by moving local_unbound from REQUIRE:
in NETWORKING to BEFORE: in the script MFC after: 2 weeks
Diffstat (limited to 'etc/rc.d')
-rwxr-xr-xetc/rc.d/NETWORKING2
-rwxr-xr-xetc/rc.d/local_unbound1
2 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.d/NETWORKING b/etc/rc.d/NETWORKING
index 750d78a..2294628 100755
--- a/etc/rc.d/NETWORKING
+++ b/etc/rc.d/NETWORKING
@@ -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.
diff --git a/etc/rc.d/local_unbound b/etc/rc.d/local_unbound
index d8eef7d..5f3d0cf 100755
--- a/etc/rc.d/local_unbound
+++ b/etc/rc.d/local_unbound
@@ -5,6 +5,7 @@
# PROVIDE: local_unbound
# REQUIRE: FILESYSTEMS netif resolv
+# BEFORE: NETWORKING
# KEYWORD: shutdown
. /etc/rc.subr
OpenPOWER on IntegriCloud