summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2012-10-02 11:06:31 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2012-10-02 11:06:31 -0500
commit6770a6b1ce1537f7a5efe5e6f97895bf6c277bfb (patch)
tree5ef7b5ce389faad6e3fa560b167485021ecf1d94
parent4ff71bd7416b84712ec702c92d79c106b4f11eb1 (diff)
downloadopenrc-6770a6b1ce1537f7a5efe5e6f97895bf6c277bfb.tar.gz
openrc-6770a6b1ce1537f7a5efe5e6f97895bf6c277bfb.tar.bz2
openrc-6770a6b1ce1537f7a5efe5e6f97895bf6c277bfb.tar.xz
dmesg should not run in a linux container
reported-by: <Walter@pratyeka.org> X-Gentoo-Bug: 436266 X-Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=436266
-rw-r--r--init.d/dmesg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/dmesg.in b/init.d/dmesg.in
index 7371000..1188483 100644
--- a/init.d/dmesg.in
+++ b/init.d/dmesg.in
@@ -7,7 +7,7 @@ description="Set the dmesg level for a cleaner boot"
depend()
{
before dev modules
- keyword -prefix -vserver
+ keyword -lxc -prefix -vserver
}
start()