From owner-freebsd-rc@FreeBSD.ORG Sat Oct 17 20:52:12 2009 Return-Path: Delivered-To: rc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8A49106566C; Sat, 17 Oct 2009 20:52:12 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mail.allbsd.org (gatekeeper-int.allbsd.org [IPv6:2001:2f0:104:e002::2]) by mx1.freebsd.org (Postfix) with ESMTP id 5FD358FC0C; Sat, 17 Oct 2009 20:52:12 +0000 (UTC) Received: from delta.allbsd.org (p1064-ipbf416funabasi.chiba.ocn.ne.jp [123.225.90.64]) (authenticated bits=128) by mail.allbsd.org (8.14.3/8.14.3) with ESMTP id n9HKpxa8065737; Sun, 18 Oct 2009 05:52:10 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (alph.allbsd.org [192.168.0.10]) (authenticated bits=0) by delta.allbsd.org (8.13.4/8.13.4) with ESMTP id n9HKpt3C094211; Sun, 18 Oct 2009 05:51:55 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Sun, 18 Oct 2009 05:49:29 +0900 (JST) Message-Id: <20091018.054929.261416476.hrs@allbsd.org> To: dougb@FreeBSD.org From: Hiroki Sato In-Reply-To: <4ADA2080.6060502@FreeBSD.org> References: <20091017171853.GA29771@expo.ukrweb.net> <4ADA2080.6060502@FreeBSD.org> X-Mailer: Mew version 6.2.52 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart0(Sun_Oct_18_05_49_29_2009_259)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.95.2 at gatekeeper.allbsd.org X-Virus-Status: Clean X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.3 (mail.allbsd.org [133.31.130.32]); Sun, 18 Oct 2009 05:52:10 +0900 (JST) Cc: rc@FreeBSD.org Subject: Re: Circular dependency in rc.d after r197527 X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion related to /etc/rc.d design and implementation." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Oct 2009 20:52:12 -0000 ----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 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)----