Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Mar 2015 21:24:20 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r279499 - stable/10/etc/rc.d
Message-ID:  <201503012124.t21LOKmP085569@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503012124.t21LOKmP085569>