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

Doug Barton dougb at FreeBSD.org
Sat Oct 17 21:09:15 UTC 2009


Author: dougb
Date: Sat Oct 17 21:09:15 2009
New Revision: 198190
URL: http://svn.freebsd.org/changeset/base/198190

Log:
  Remove a circular dependency on routing
  
  Submitted by:	Mykola Dzham <freebsd at levsha.org.ua>
  Approved by:	hrs

Modified:
  head/etc/rc.d/faith
  head/etc/rc.d/stf

Modified: head/etc/rc.d/faith
==============================================================================
--- head/etc/rc.d/faith	Sat Oct 17 15:53:15 2009	(r198189)
+++ head/etc/rc.d/faith	Sat Oct 17 21:09:15 2009	(r198190)
@@ -3,7 +3,7 @@
 #
 
 # PROVIDE: faith
-# REQUIRE: netif routing
+# REQUIRE: netif
 # KEYWORD: nojail
 
 . /etc/rc.subr

Modified: head/etc/rc.d/stf
==============================================================================
--- head/etc/rc.d/stf	Sat Oct 17 15:53:15 2009	(r198189)
+++ head/etc/rc.d/stf	Sat Oct 17 21:09:15 2009	(r198190)
@@ -3,7 +3,7 @@
 #
 
 # PROVIDE: stf
-# REQUIRE: netif routing
+# REQUIRE: netif
 # KEYWORD: nojail
 
 . /etc/rc.subr


More information about the svn-src-head mailing list