From: Michael Prokop Date: Wed, 24 Oct 2007 07:48:17 +0000 (+0200) Subject: Restore some RC_* variables X-Git-Tag: 0.3.38 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=1a3788d3ee7bbc52266ca8d8324b065dca438258;hp=4bfb41b45facbda837c14aeac6ead19b112ee1d9;p=grml-etc-core.git Restore some RC_* variables --- diff --git a/debian/changelog b/debian/changelog index 458ec52..bb3d202 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ grml-etc-core (0.3.38) unstable; urgency=low - * Provide e* functions in /etc/grml/lsb-functions again. + * Provide e* functions in /etc/grml/lsb-functions again + and restore some RC_* variables. Otherwise we break just too many scripts. -- Michael Prokop Wed, 24 Oct 2007 09:36:33 +0200 diff --git a/etc/grml/lsb-functions b/etc/grml/lsb-functions index 094395a..d55d776 100644 --- a/etc/grml/lsb-functions +++ b/etc/grml/lsb-functions @@ -151,6 +151,14 @@ log_end_msg() { # initialisation {{{ # internal variables +# Dont output to stdout? +RC_QUIET_STDOUT="no" + +# Default values for e-message indentation and dots +RC_INDENTATION='' +RC_DEFAULT_INDENT=2 +#RC_DOT_PATTERN=' .' +RC_DOT_PATTERN='' # dont output to stdout? rc_quiet_stdout="no"