svn commit: r301614 - stable/9/etc/rc.d

Garrett Cooper ngie at FreeBSD.org
Wed Jun 8 13:37:19 UTC 2016


Author: ngie
Date: Wed Jun  8 13:37:18 2016
New Revision: 301614
URL: https://svnweb.freebsd.org/changeset/base/301614

Log:
  MFstable/10 r301613:
  
  MFC r299843:
  
  Fix broken dependency with routed when MK_ROUTED != no
  
  Remove routed as a requirement in NETWORKING, and put it in routed as a BEFORE
  requirement instead

Modified:
  stable/9/etc/rc.d/NETWORKING
  stable/9/etc/rc.d/routed
Directory Properties:
  stable/9/   (props changed)
  stable/9/etc/   (props changed)
  stable/9/etc/rc.d/   (props changed)

Modified: stable/9/etc/rc.d/NETWORKING
==============================================================================
--- stable/9/etc/rc.d/NETWORKING	Wed Jun  8 13:34:52 2016	(r301613)
+++ stable/9/etc/rc.d/NETWORKING	Wed Jun  8 13:37:18 2016	(r301614)
@@ -5,7 +5,7 @@
 
 # PROVIDE: NETWORKING NETWORK
 # REQUIRE: netif netoptions routing ppp ipfw stf faith
-# REQUIRE: defaultroute routed mrouted route6d mroute6d resolv bridge
+# REQUIRE: defaultroute mrouted route6d mroute6d resolv bridge
 # REQUIRE: static_arp static_ndp
 
 #	This is a dummy dependency, for services which require networking

Modified: stable/9/etc/rc.d/routed
==============================================================================
--- stable/9/etc/rc.d/routed	Wed Jun  8 13:34:52 2016	(r301613)
+++ stable/9/etc/rc.d/routed	Wed Jun  8 13:37:18 2016	(r301614)
@@ -5,6 +5,7 @@
 
 # PROVIDE: routed
 # REQUIRE: netif routing
+# BEFORE: NETWORK
 # KEYWORD: nojail
 
 . /etc/rc.subr


More information about the svn-src-stable-9 mailing list