aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDoug Freed <dwfreed@mtu.edu>2016-09-14 22:48:56 -0400
committerDoug Freed <dwfreed@mtu.edu>2016-09-14 22:48:56 -0400
commit1edb5f6fd9c4827e5d4ed5c854bc322ba8a7df73 (patch)
treeac472f8b8193964fd91278e6d4a1eec588cc2447 /src
parentc4d7e02abd7008b8e8ad16f62c2abbb60fab252b (diff)
rc-misc: Allow EINFO_COLOR through env_filter()
This allows rc-service -C <service> <action> to properly not print color messages. Fixes #93
Diffstat (limited to 'src')
-rw-r--r--src/rc/rc-misc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rc/rc-misc.c b/src/rc/rc-misc.c
index 85a0db75..508e1162 100644
--- a/src/rc/rc-misc.c
+++ b/src/rc/rc-misc.c
@@ -53,6 +53,7 @@ static const char *const env_whitelist[] = {
"EERROR_QUIET", "EINFO_QUIET",
"IN_BACKGROUND", "IN_HOTPLUG",
"LANG", "LC_MESSAGES", "TERM",
+ "EINFO_COLOR",
NULL
};