svn commit: r279499 - stable/10/etc/rc.d

Garrett Cooper ngie at FreeBSD.org
Sun Mar 1 21:24:21 UTC 2015


Author: ngie
Date: Sun Mar  1 21:24:19 2015
New Revision: 279499
URL: https://svnweb.freebsd.org/changeset/base/279499

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

Modified:
  stable/10/etc/rc.d/NETWORKING
  stable/10/etc/rc.d/local_unbound
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/etc/rc.d/NETWORKING
==============================================================================
--- stable/10/etc/rc.d/NETWORKING	Sun Mar  1 21:23:23 2015	(r279498)
+++ stable/10/etc/rc.d/NETWORKING	Sun Mar  1 21:24:19 2015	(r279499)
@@ -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.

Modified: stable/10/etc/rc.d/local_unbound
==============================================================================
--- stable/10/etc/rc.d/local_unbound	Sun Mar  1 21:23:23 2015	(r279498)
+++ stable/10/etc/rc.d/local_unbound	Sun Mar  1 21:24:19 2015	(r279499)
@@ -5,6 +5,7 @@
 
 # PROVIDE: local_unbound
 # REQUIRE: FILESYSTEMS netif resolv
+# BEFORE: NETWORKING
 # KEYWORD: shutdown
 
 . /etc/rc.subr


More information about the svn-src-all mailing list