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 848931392BD for ; Thu, 23 Jul 2015 17:48:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DDA7E096B; Thu, 23 Jul 2015 17:48:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A94F9E096B for ; Thu, 23 Jul 2015 17:48:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C98A3409F1 for ; Thu, 23 Jul 2015 17:48:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57180AD for ; Thu, 23 Jul 2015 17:48: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: <1437673450.eeadca0b8a5b87c26e60a58563251604350a7a3b.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: eeadca0b8a5b87c26e60a58563251604350a7a3b X-VCS-Branch: master Date: Thu, 23 Jul 2015 17:48: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: ac40ba07-de55-4920-953c-8d6f8da81276 X-Archives-Hash: 61c7dc8b78bfe65ff87657dec1ac8a1e commit: eeadca0b8a5b87c26e60a58563251604350a7a3b Author: William Hubbs gmail com> AuthorDate: Thu Jul 23 17:25:25 2015 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Jul 23 17:44:10 2015 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=eeadca0b Add EERROR_QUIET and EINFO_QUIET to environment whitelist src/rc/rc-misc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rc/rc-misc.c b/src/rc/rc-misc.c index f187158..27d9f81 100644 --- a/src/rc/rc-misc.c +++ b/src/rc/rc-misc.c @@ -66,6 +66,7 @@ static const char *const env_whitelist[] = { "LC_MONETARY", "LC_MESSAGES", "LC_PAPER", "LC_NAME", "LC_ADDRESS", "LC_TELEPHONE", "LC_MEASUREMENT", "LC_IDENTIFICATION", "LC_ALL", "IN_HOTPLUG", "IN_BACKGROUND", "RC_INTERFACE_KEEP_CONFIG", + "EERROR_QUIET", "EINFO_QUIET", NULL };