Doug Barton <
dougb@...> wrote
in <
4ADA2080.6060502@...>:
do> Mykola Dzham wrote:
do> > Hi!
do> > After r197527 circular dependency found in rc.d scripts: stf and faith
do> > conatins
do> > # REQUIRE: netif routing
do> > and after r197527 routing contains
do> > # REQUIRE: faith netif ppp stf
do> >
do> > I think tath deleting "routing" from REQUIRE list on stf and faith
do> > required.
do>
do> Agreed. hrs, any objections?
Thank you for pointing out it. No objection from me. The attached
patch should fix it.
-- Hiroki
Index: faith
===================================================================
--- faith (revision 198189)
+++ faith (working copy)
@@ -3,7 +3,7 @@
#
# PROVIDE: faith
-# REQUIRE: netif routing
+# REQUIRE: netif
# KEYWORD: nojail
. /etc/rc.subr
Index: stf
===================================================================
--- stf (revision 198189)
+++ stf (working copy)
@@ -3,7 +3,7 @@
#
# PROVIDE: stf
-# REQUIRE: netif routing
+# REQUIRE: netif
# KEYWORD: nojail
. /etc/rc.subr