diff options
author | Doug Freed <dwfreed@mtu.edu> | 2016-09-14 22:48:56 -0400 |
---|---|---|
committer | Doug Freed <dwfreed@mtu.edu> | 2016-09-14 22:48:56 -0400 |
commit | 1edb5f6fd9c4827e5d4ed5c854bc322ba8a7df73 (patch) | |
tree | ac472f8b8193964fd91278e6d4a1eec588cc2447 /src/rc | |
parent | c4d7e02abd7008b8e8ad16f62c2abbb60fab252b (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/rc')
-rw-r--r-- | src/rc/rc-misc.c | 1 |
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 }; |