From 1edb5f6fd9c4827e5d4ed5c854bc322ba8a7df73 Mon Sep 17 00:00:00 2001 From: Doug Freed Date: Wed, 14 Sep 2016 22:48:56 -0400 Subject: rc-misc: Allow EINFO_COLOR through env_filter() This allows rc-service -C to properly not print color messages. Fixes #93 --- 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 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 }; -- cgit v1.2.3