summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-03-01 21:24:19 +0000
committerngie <ngie@FreeBSD.org>2015-03-01 21:24:19 +0000
commit9da1add17162140813ca1a79eb57724b0d2c3617 (patch)
tree55c5cfc52f98d2f131a3a4aa6e1bf6bc2f56cda6 /etc
parente298a3e09f6b03bc931af27956cd4f3238658ce1 (diff)
downloadFreeBSD-src-9da1add17162140813ca1a79eb57724b0d2c3617.zip
FreeBSD-src-9da1add17162140813ca1a79eb57724b0d2c3617.tar.gz
MFC r278704:
Unbreak rcorder when MK_UNBOUND == no by moving local_unbound from REQUIRE: in NETWORKING to BEFORE: in the script
Diffstat (limited to 'etc')
-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 c86150f..71cf26d 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 faith
# REQUIRE: defaultroute routed mrouted 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 ed69c19..b826025 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