commit:     6f02069746f4d8a2331ab7e000abdca9bbdd622d
Author:     William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Thu Jan 14 01:34:22 2016 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu Jan 14 01:34:22 2016 +0000
URL:        https://gitweb.gentoo.org/proj/openrc.git/commit/?id=6f020697

Add LANG, LC_MESSAGES and TERM to the 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 f01d1f8..2c6c388 100644
--- a/src/rc/rc-misc.c
+++ b/src/rc/rc-misc.c
@@ -53,6 +53,7 @@ rc_conf_yesno(const char *setting)
 static const char *const env_whitelist[] = {
        "EERROR_QUIET", "EINFO_QUIET",
        "IN_BACKGROUND", "IN_HOTPLUG",
+       "LANG", "LC_MESSAGES", "TERM",
        NULL
 };
 

Reply via email to