Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Feb 2015 20:49:44 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r278704 - head/etc/rc.d
Message-ID:  <201502132049.t1DKnil1083945@svn.freebsd.org>

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



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