From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-commits+bounces-335102-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1Q936i-0002Ge-9Q
	for garchives@archives.gentoo.org; Sun, 10 Apr 2011 22:27:49 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6D3B21C0C8;
	Sun, 10 Apr 2011 22:27:40 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 406FE1C0C8
	for <gentoo-commits@lists.gentoo.org>; Sun, 10 Apr 2011 22:27:40 +0000 (UTC)
Received: from pelican.gentoo.org (unknown [66.219.59.40])
	(using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id B7C5A1B409E
	for <gentoo-commits@lists.gentoo.org>; Sun, 10 Apr 2011 22:27:39 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id CABE880065
	for <gentoo-commits@lists.gentoo.org>; Sun, 10 Apr 2011 22:27:38 +0000 (UTC)
From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" <williamh@gentoo.org>
Message-ID: <85827d474c23d47202384b4b3e430bf24d72c5d8.williamH@gentoo>
Subject: [gentoo-commits] proj/openrc:master commit in: init.d/
X-VCS-Repository: proj/openrc
X-VCS-Files: init.d/net.lo.in
X-VCS-Directories: init.d/
X-VCS-Committer: williamH
X-VCS-Committer-Name: William Hubbs
X-VCS-Revision: 85827d474c23d47202384b4b3e430bf24d72c5d8
Date: Sun, 10 Apr 2011 22:27:38 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: 2724e13e095efb72aef71b7025b827e3

commit:     85827d474c23d47202384b4b3e430bf24d72c5d8
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 22:24:44 2011 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 22:24:44 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D=
commit;h=3D85827d47

remove "after bootmisc" dependency from loopback interface

---
 init.d/net.lo.in |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/init.d/net.lo.in b/init.d/net.lo.in
index 1615b0c..f5da39b 100644
--- a/init.d/net.lo.in
+++ b/init.d/net.lo.in
@@ -18,13 +18,12 @@ depend()
 	local IFACE=3D${RC_SVCNAME#*.}
 	local IFVAR=3D$(shell_var "${IFACE}")
=20
-	after bootmisc
 	provide net
 	keyword -jail -prefix -vserver
=20
 	case "${IFACE}" in
 		lo|lo0) need root ;;
-		*) after net.lo net.lo0 ; need localmount ;;
+		*) after bootmisc net.lo net.lo0 ; need localmount ;;
 	esac
=20
 	if [ "$(command -v "depend_${IFVAR}")" =3D "depend_${IFVAR}" ]; then