Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:openrc-0.12.x commit in: init.d/
Date: Mon, 28 Oct 2013 20:42:00
Message-Id: 1382992816.46e504b403d67359df19cdeb935a77c3d28e4ba2.williamh@OpenRC
1 commit: 46e504b403d67359df19cdeb935a77c3d28e4ba2
2 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
3 AuthorDate: Mon Oct 28 17:37:22 2013 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 28 20:40:16 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=46e504b4
7
8 loopback: do not run in a prefix or vserver
9
10 X-Gentoo-Bug: 489370
11 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=489370
12
13 ---
14 init.d/loopback.in | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/init.d/loopback.in b/init.d/loopback.in
18 index e5cc118..0139b56 100644
19 --- a/init.d/loopback.in
20 +++ b/init.d/loopback.in
21 @@ -6,7 +6,7 @@ description="Configures the loopback interface."
22
23 depend()
24 {
25 - return 0
26 + keyword -jail -prefix -vserver
27 }
28
29 start()