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 130CA138010 for ; Mon, 10 Sep 2012 01:44:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5F8C21C027; Mon, 10 Sep 2012 01:43:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 89E0221C027 for ; Mon, 10 Sep 2012 01:43:54 +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 F0ED133C900 for ; Mon, 10 Sep 2012 01:43:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D7A24E543C for ; Mon, 10 Sep 2012 01:43:51 +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: <1347241238.918d261658a75e42589d9e5556613a84eacbd14f.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: 918d261658a75e42589d9e5556613a84eacbd14f X-VCS-Branch: master Date: Mon, 10 Sep 2012 01:43:51 +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: 3cfd502b-8d93-44f5-98a3-55495f8039f3 X-Archives-Hash: b52e72fae03eb83cce11886019217a43 commit: 918d261658a75e42589d9e5556613a84eacbd14f Author: William Hubbs gmail com> AuthorDate: Mon Sep 10 01:40:38 2012 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Sep 10 01:40:38 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=918d2616 dmesg: add -prefix keyword Dmesg should not run on prefix systems. Reported-by: gentoo.org> --- 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 dcf418a..7371000 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 -vserver + keyword -prefix -vserver } start()