Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Oct 2009 05:49:29 +0900 (JST)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        dougb@FreeBSD.org
Cc:        rc@FreeBSD.org
Subject:   Re: Circular dependency in rc.d after r197527
Message-ID:  <20091018.054929.261416476.hrs@allbsd.org>
In-Reply-To: <4ADA2080.6060502@FreeBSD.org>
References:  <20091017171853.GA29771@expo.ukrweb.net> <4ADA2080.6060502@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
----Security_Multipart0(Sun_Oct_18_05_49_29_2009_259)--
Content-Type: Multipart/Mixed;
	boundary="--Next_Part(Sun_Oct_18_05_49_29_2009_285)--"
Content-Transfer-Encoding: 7bit

----Next_Part(Sun_Oct_18_05_49_29_2009_285)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Doug Barton <dougb@FreeBSD.org> wrote
  in <4ADA2080.6060502@FreeBSD.org>:

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

----Next_Part(Sun_Oct_18_05_49_29_2009_285)--
Content-Type: Text/X-Patch; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="rc_d.diff"

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

----Next_Part(Sun_Oct_18_05_49_29_2009_285)----

----Security_Multipart0(Sun_Oct_18_05_49_29_2009_259)--
Content-Type: application/pgp-signature
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (FreeBSD)

iEYEABECAAYFAkraLdkACgkQTyzT2CeTzy3YQQCfe5HeYpLwiqoHsHoWTk8dZ+19
o0gAnictb0HALVsf/oUhKDWo7Yz4X3JZ
=jy2c
-----END PGP SIGNATURE-----

----Security_Multipart0(Sun_Oct_18_05_49_29_2009_259)----



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