svn commit: r278704 - head/etc/rc.d

Garrett Cooper ngie at FreeBSD.org
Fri Feb 13 20:49:44 UTC 2015


Author: ngie
Date: Fri Feb 13 20:49:43 2015
New Revision: 278704
URL: https://svnweb.freebsd.org/changeset/base/278704

Log:
  Unbreak rcorder when MK_UNBOUND == no by moving local_unbound from REQUIRE:
  in NETWORKING to BEFORE: in the script
  
  MFC after: 2 weeks

Modified:
  head/etc/rc.d/NETWORKING
  head/etc/rc.d/local_unbound

Modified: head/etc/rc.d/NETWORKING
==============================================================================
--- head/etc/rc.d/NETWORKING	Fri Feb 13 20:38:39 2015	(r278703)
+++ head/etc/rc.d/NETWORKING	Fri Feb 13 20:49:43 2015	(r278704)
@@ -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.

Modified: head/etc/rc.d/local_unbound
==============================================================================
--- head/etc/rc.d/local_unbound	Fri Feb 13 20:38:39 2015	(r278703)
+++ head/etc/rc.d/local_unbound	Fri Feb 13 20:49:43 2015	(r278704)
@@ -5,6 +5,7 @@
 
 # PROVIDE: local_unbound
 # REQUIRE: FILESYSTEMS netif resolv
+# BEFORE: NETWORKING
 # KEYWORD: shutdown
 
 . /etc/rc.subr


More information about the svn-src-head mailing list