Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:master commit in: init.d/
Date: Fri, 04 Jul 2014 14:11:52
Message-Id: 1404480835.143f1c64c13e4930e3880a393b7253d6fbc0ed58.williamh@OpenRC
1 commit: 143f1c64c13e4930e3880a393b7253d6fbc0ed58
2 Author: Kaarle Ritvanen <kaarle.ritvanen <AT> datakunkku <DOT> fi>
3 AuthorDate: Wed Jul 2 08:45:14 2014 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 4 13:33:55 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=143f1c64
7
8 sysctl.Linux.in: remove -lxc from keywords
9
10 certain tunables can be set independently for each container
11
12 X-Gentoo-Bug: 516050
13 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=516050
14
15 ---
16 init.d/sysctl.Linux.in | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/init.d/sysctl.Linux.in b/init.d/sysctl.Linux.in
20 index 1ebce66..cda86b5 100644
21 --- a/init.d/sysctl.Linux.in
22 +++ b/init.d/sysctl.Linux.in
23 @@ -5,7 +5,7 @@
24 depend()
25 {
26 before bootmisc logger
27 - keyword -lxc -prefix -vserver
28 + keyword -prefix -vserver
29 }
30
31 start()