From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-499150-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B0A40138010 for <garchives@archives.gentoo.org>; Sun, 26 Aug 2012 01:32:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A60EAE04EB; Sun, 26 Aug 2012 01:32:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 72A23E04EB for <gentoo-commits@lists.gentoo.org>; Sun, 26 Aug 2012 01:32:46 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C53633D83B for <gentoo-commits@lists.gentoo.org>; Sun, 26 Aug 2012 01:32:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id EA5F1E543D for <gentoo-commits@lists.gentoo.org>; Sun, 26 Aug 2012 01:32:43 +0000 (UTC) From: "William Hubbs" <williamh@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" <williamh@gentoo.org> Message-ID: <1345932544.1f011573544487bab0bee9d2a3d6ffa81c08ff48.WilliamH@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/net.lo.in init.d/network.in X-VCS-Directories: init.d/ X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 1f011573544487bab0bee9d2a3d6ffa81c08ff48 X-VCS-Branch: master Date: Sun, 26 Aug 2012 01:32:43 +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 X-Archives-Salt: dc68fd3a-36e5-4715-b5e4-0295123258e5 X-Archives-Hash: 7297fbc2d3beddb73f03e1dbdcb49506 commit: 1f011573544487bab0bee9d2a3d6ffa81c08ff48 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com> AuthorDate: Fri Aug 24 21:09:57 2012 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Sat Aug 25 22:09:04 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=1f011573 do not provide a virtual for the loopback The loopback interface is active on all systems, so there is no need to provide a virtual for it. --- init.d/net.lo.in | 2 +- init.d/network.in | 1 - 2 files changed, 1 insertions(+), 2 deletions(-) diff --git a/init.d/net.lo.in b/init.d/net.lo.in index 088398b..de441e2 100644 --- a/init.d/net.lo.in +++ b/init.d/net.lo.in @@ -26,7 +26,7 @@ depend() keyword -jail -prefix -vserver case "${IFACE}" in - lo|lo0) provide lo;; + lo|lo0) ;; *) after net.lo net.lo0 dbus provide net diff --git a/init.d/network.in b/init.d/network.in index 65c199c..6e9b8c1 100644 --- a/init.d/network.in +++ b/init.d/network.in @@ -12,7 +12,6 @@ depend() { need localmount after bootmisc - provide lo if [ -n "$(interfaces)" ]; then provide net fi