Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Oct 2009 21:09:15 +0000 (UTC)
From:      Doug Barton <dougb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r198190 - head/etc/rc.d
Message-ID:  <200910172109.n9HL9FEE051034@svn.freebsd.org>

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



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