From 5c514e0f590389ae5e2998e485fba8e430903e74 Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Thu, 17 Nov 2011 10:34:17 +0100 Subject: [PATCH] Enhance lsb-base-logging styles for action messages --- etc/grml/fai/config/files/etc/lsb-base-logging.sh/GRMLBASE | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 9248d27..9a64413 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 @@ -19,4 +19,9 @@ fi log_daemon_msg_pre() { printf "${__LSB_PFX}" } - +log_action_msg() { + printf "${__LSB_PFX}$@." +} +log_action_begin_msg() { + printf "${__LSB_PFX}$@... " +} -- 2.1.4