From: Michael Prokop Date: Fri, 13 Jan 2017 12:55:06 +0000 (+0100) Subject: lsb-functions: include support for grml_colors handling X-Git-Tag: v0.13.0~3 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=2ee956e32f096610359390efe08ac442c470aa23 lsb-functions: include support for grml_colors handling It's annoying to have the according grml_colors support in every single script, so instead lets inline this here. --- diff --git a/etc/grml/lsb-functions b/etc/grml/lsb-functions index d6513db..4dc8441 100644 --- a/etc/grml/lsb-functions +++ b/etc/grml/lsb-functions @@ -180,6 +180,11 @@ if [ -r /proc/cmdline ] ; then fi [ -n "$NOCOLORS" ] && RC_NOCOLOR='yes' RC_NOCOLOR="${RC_NOCOLOR:-no}" +if [ "$RC_NOCOLOR" = "no" ] ; then + if [ -r /etc/grml_colors ] ; then + . /etc/grml_colors + fi +fi # Can the terminal handle endcols? if [ "${RC_NOCOLOR}" = "yes" ]; then