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 97067138010 for ; Tue, 2 Oct 2012 16:11:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C15EAE0281; Tue, 2 Oct 2012 16:11:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 95C69E0281 for ; Tue, 2 Oct 2012 16:11:04 +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 0784A33C336 for ; Tue, 2 Oct 2012 16:11:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A1B10E5436 for ; Tue, 2 Oct 2012 16:11:01 +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: <1349193991.6770a6b1ce1537f7a5efe5e6f97895bf6c277bfb.WilliamH@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/dmesg.in X-VCS-Directories: init.d/ X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 6770a6b1ce1537f7a5efe5e6f97895bf6c277bfb X-VCS-Branch: master Date: Tue, 2 Oct 2012 16:11:01 +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: 42735924-a1f1-4371-a21e-f27dfb88bf00 X-Archives-Hash: f12f98441bcba2650f5f6b9c476e8b70 commit: 6770a6b1ce1537f7a5efe5e6f97895bf6c277bfb Author: William Hubbs gmail com> AuthorDate: Tue Oct 2 16:06:31 2012 +0000 Commit: William Hubbs gentoo org> CommitDate: Tue Oct 2 16:06:31 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=6770a6b1 dmesg should not run in a linux container reported-by: pratyeka.org> X-Gentoo-Bug: 436266 X-Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=436266 --- init.d/dmesg.in | 2 +- 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()