From 9f40afc7b4ba29d390cc252b5a3f263c076cbaa1 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Tue, 8 May 2012 17:18:07 +0200 Subject: [PATCH] override output of the status on the left side of the terminal this clashes with grml's own output style change introduced upstream in lsb-base >= 4.1+Debian1 --- etc/grml/fai/config/files/etc/lsb-base-logging.sh/GRMLBASE | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etc/grml/fai/config/files/etc/lsb-base-logging.sh/GRMLBASE b/etc/grml/fai/config/files/etc/lsb-base-logging.sh/GRMLBASE index 9a64413..ec31701 100644 --- a/etc/grml/fai/config/files/etc/lsb-base-logging.sh/GRMLBASE +++ b/etc/grml/fai/config/files/etc/lsb-base-logging.sh/GRMLBASE @@ -2,6 +2,11 @@ # ${GRML_FAI_CONFIG}/config/scripts/GRMLBASE/20-sudo script, using # ${GRML_FAI_CONFIG}/config/files/etc/lsb-base-logging.sh/GRMLBASE +# override output of the status on the left side of the terminal +# introduced in lsb-base >= 4.1+Debian1 +log_end_msg_pre() { :; } +log_action_msg_pre() { :; } + if log_use_fancy_output; then __LSB_PFX="$($TPUT -S << EOGREEN bold -- 2.1.4