From 1a3788d3ee7bbc52266ca8d8324b065dca438258 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 24 Oct 2007 09:48:17 +0200 Subject: [PATCH] Restore some RC_* variables --- debian/changelog | 3 ++- etc/grml/lsb-functions | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) 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" -- 2.1.4