summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2009-10-17 21:09:15 +0000
committerdougb <dougb@FreeBSD.org>2009-10-17 21:09:15 +0000
commit0beb8f4b7a19485bdacd3343419dff94cf94e03b (patch)
treecfa0be486226f33f64cb055d987192377a1eaec9
parentec8bf5ddac6e54912c2ec92d2d635ad3528b7643 (diff)
downloadFreeBSD-src-0beb8f4b7a19485bdacd3343419dff94cf94e03b.zip
FreeBSD-src-0beb8f4b7a19485bdacd3343419dff94cf94e03b.tar.gz
Remove a circular dependency on routing
Submitted by: Mykola Dzham <freebsd@levsha.org.ua> Approved by: hrs
-rwxr-xr-xetc/rc.d/faith2
-rwxr-xr-xetc/rc.d/stf2
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/faith b/etc/rc.d/faith
index a7f4cd8..9994114 100755
--- a/etc/rc.d/faith
+++ b/etc/rc.d/faith
@@ -3,7 +3,7 @@
#
# PROVIDE: faith
-# REQUIRE: netif routing
+# REQUIRE: netif
# KEYWORD: nojail
. /etc/rc.subr
diff --git a/etc/rc.d/stf b/etc/rc.d/stf
index 6f7347b..bb7f5b5 100755
--- a/etc/rc.d/stf
+++ b/etc/rc.d/stf
@@ -3,7 +3,7 @@
#
# PROVIDE: stf
-# REQUIRE: netif routing
+# REQUIRE: netif
# KEYWORD: nojail
. /etc/rc.subr
OpenPOWER on IntegriCloud