X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Ffiles%2Fetc%2Flsb-base-logging.sh%2FGRMLBASE;fp=etc%2Fgrml%2Ffai%2Fconfig%2Ffiles%2Fetc%2Flsb-base-logging.sh%2FGRMLBASE;h=0000000000000000000000000000000000000000;hp=ec31701212fa40d33f271ad89ee83d61df2da90c;hb=d1575f1e7726c4cbdfa27bcff9ef973cdb6709e1;hpb=6dadd69d9706a84426bc65719383f48e24052878 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 deleted file mode 100644 index ec31701..0000000 --- a/etc/grml/fai/config/files/etc/lsb-base-logging.sh/GRMLBASE +++ /dev/null @@ -1,32 +0,0 @@ -# This file was deployed via grml-live's -# ${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 - setaf 2 -EOGREEN - ) * $($TPUT -S << EONORMAL - sgr0 - op -EONORMAL - )" -else - __LSB_PFX=" * " -fi - -log_daemon_msg_pre() { - printf "${__LSB_PFX}" -} -log_action_msg() { - printf "${__LSB_PFX}$@." -} -log_action_begin_msg() { - printf "${__LSB_PFX}$@... " -}