From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C0755138470 for ; Mon, 28 Oct 2013 20:32:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50C20E0C34; Mon, 28 Oct 2013 20:32:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5311E0C2C for ; Mon, 28 Oct 2013 20:32:05 +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 CE58F33DA93 for ; Mon, 28 Oct 2013 20:32:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 52A4CE401D for ; Mon, 28 Oct 2013 20:32:03 +0000 (UTC) From: "William Hubbs" 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" Message-ID: <1382981842.9238d94d6480569af68f7fe147038435c0410fca.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/loopback.in X-VCS-Directories: init.d/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 9238d94d6480569af68f7fe147038435c0410fca X-VCS-Branch: master Date: Mon, 28 Oct 2013 20:32:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 29ac1a56-3359-44e2-b1b0-9019e2f9ec1a X-Archives-Hash: 280fc193c8df052a663d480e9425770c commit: 9238d94d6480569af68f7fe147038435c0410fca Author: William Hubbs gmail com> AuthorDate: Mon Oct 28 17:37:22 2013 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Oct 28 17:37:22 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=9238d94d loopback: do not run in a prefix or vserver X-Gentoo-Bug: 489370 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=489370 --- init.d/loopback.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/loopback.in b/init.d/loopback.in index e5cc118..0139b56 100644 --- a/init.d/loopback.in +++ b/init.d/loopback.in @@ -6,7 +6,7 @@ description="Configures the loopback interface." depend() { - return 0 + keyword -jail -prefix -vserver } start()