commit: 6cabaf274defa11773094a2c85b3d0a9f0bd9b08
Author: Doug Freed <dwfreed <AT> mtu <DOT> edu>
AuthorDate: Fri Sep 16 13:51:03 2016 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri Sep 16 13:51:03 2016 +0000
URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=6cabaf27
rc-misc: allow EINFO_VERBOSE through too
src/rc/rc-misc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/rc/rc-misc.c b/src/rc/rc-misc.c
index 508e116..250b369 100644
--- a/src/rc/rc-misc.c
+++ b/src/rc/rc-misc.c
@@ -53,7 +53,7 @@ static const char *const env_whitelist[] = {
"EERROR_QUIET", "EINFO_QUIET",
"IN_BACKGROUND", "IN_HOTPLUG",
"LANG", "LC_MESSAGES", "TERM",
- "EINFO_COLOR",
+ "EINFO_COLOR", "EINFO_VERBOSE",
NULL
};