--- /etc/lsb-base-logging.sh 2007-09-06 19:43:32.000000000 +0200 +++ /etc/lsb-base-logging.sh 2008-11-28 11:50:59.000000000 +0100 @@ -177,3 +177,6 @@ # In the future this may do something with $2 as well. log_end_msg "$1" || true } + +[ -e /etc/default/lsb-base ] && . /etc/default/lsb-base + --- /etc/default/lsb-base 2008-07-03 13:43:03.000000000 +0200 +++ /etc/default/lsb-base 2008-11-28 11:54:37.000000000 +0100 @@ -0,0 +1,3 @@ +# disable logging to console of not-interactively started scripts +QUIET="yes" +