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: Tue, 02 Oct 2012 16:11:23
Message-Id: 1349193991.6770a6b1ce1537f7a5efe5e6f97895bf6c277bfb.WilliamH@OpenRC
1 commit: 6770a6b1ce1537f7a5efe5e6f97895bf6c277bfb
2 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
3 AuthorDate: Tue Oct 2 16:06:31 2012 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 2 16:06:31 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=6770a6b1
7
8 dmesg should not run in a linux container
9
10 reported-by: <Walter <AT> pratyeka.org>
11 X-Gentoo-Bug: 436266
12 X-Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=436266
13
14 ---
15 init.d/dmesg.in | 2 +-
16 1 files changed, 1 insertions(+), 1 deletions(-)
17
18 diff --git a/init.d/dmesg.in b/init.d/dmesg.in
19 index 7371000..1188483 100644
20 --- a/init.d/dmesg.in
21 +++ b/init.d/dmesg.in
22 @@ -7,7 +7,7 @@ description="Set the dmesg level for a cleaner boot"
23 depend()
24 {
25 before dev modules
26 - keyword -prefix -vserver
27 + keyword -lxc -prefix -vserver
28 }
29
30 start()