From owner-svn-src-head@FreeBSD.ORG Sat Oct 17 21:09:15 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD18E1065692; Sat, 17 Oct 2009 21:09:15 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id ACA7C8FC12; Sat, 17 Oct 2009 21:09:15 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n9HL9FHc051035; Sat, 17 Oct 2009 21:09:15 GMT (envelope-from dougb@svn.freebsd.org) Received: (from dougb@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n9HL9FEE051034; Sat, 17 Oct 2009 21:09:15 GMT (envelope-from dougb@svn.freebsd.org) Message-Id: <200910172109.n9HL9FEE051034@svn.freebsd.org> From: Doug Barton Date: Sat, 17 Oct 2009 21:09:15 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r198190 - head/etc/rc.d X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Oct 2009 21:09:15 -0000 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 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