From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 36DE4138331 for ; Fri, 16 Sep 2016 13:58:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 988C0E0AC9; Fri, 16 Sep 2016 13:58:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 552DFE0AC9 for ; Fri, 16 Sep 2016 13:58:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC7E7340B35 for ; Fri, 16 Sep 2016 13:58:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C40DC2485 for ; Fri, 16 Sep 2016 13:58:08 +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: <1474033863.6cabaf274defa11773094a2c85b3d0a9f0bd9b08.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: src/rc/ X-VCS-Repository: proj/openrc X-VCS-Files: src/rc/rc-misc.c X-VCS-Directories: src/rc/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 6cabaf274defa11773094a2c85b3d0a9f0bd9b08 X-VCS-Branch: master Date: Fri, 16 Sep 2016 13:58:08 +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: 2f279daf-f3e9-48b9-85b3-618d0c04b8d8 X-Archives-Hash: 21b7ec84e3e5c81de06856bc0db0330e commit: 6cabaf274defa11773094a2c85b3d0a9f0bd9b08 Author: Doug Freed mtu edu> AuthorDate: Fri Sep 16 13:51:03 2016 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Sep 16 13:51:03 2016 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=6cabaf27 rc-misc: allow EINFO_VERBOSE through too src/rc/rc-misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rc/rc-misc.c b/src/rc/rc-misc.c index 508e116..250b369 100644 --- a/src/rc/rc-misc.c +++ b/src/rc/rc-misc.c @@ -53,7 +53,7 @@ static const char *const env_whitelist[] = { "EERROR_QUIET", "EINFO_QUIET", "IN_BACKGROUND", "IN_HOTPLUG", "LANG", "LC_MESSAGES", "TERM", - "EINFO_COLOR", + "EINFO_COLOR", "EINFO_VERBOSE", NULL };