Enhance lsb-base-logging styles for action messages
authorChristian Hofstaedtler <ch@grml.org>
Thu, 17 Nov 2011 09:34:17 +0000 (10:34 +0100)
committerChristian Hofstaedtler <ch@grml.org>
Thu, 17 Nov 2011 09:34:17 +0000 (10:34 +0100)
etc/grml/fai/config/files/etc/lsb-base-logging.sh/GRMLBASE

index 9248d27..9a64413 100644 (file)
@@ -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}$@... "
+}