From 18fa8711e4315201d155f4941f26a2b955021d20 Mon Sep 17 00:00:00 2001 From: ngie Date: Fri, 13 Feb 2015 20:49:43 +0000 Subject: Unbreak rcorder when MK_UNBOUND == no by moving local_unbound from REQUIRE: in NETWORKING to BEFORE: in the script MFC after: 2 weeks --- etc/rc.d/NETWORKING | 2 +- etc/rc.d/local_unbound | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'etc/rc.d') 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 -- cgit v1.1