From: Michael Prokop Date: Fri, 27 Jul 2007 23:16:12 +0000 (+0200) Subject: /etc/grml/lsb-functions: put log_end_msg exactly one char to the left X-Git-Tag: 0.3.20 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=refs%2Ftags%2F0.3.20;p=grml-etc-core.git /etc/grml/lsb-functions: put log_end_msg exactly one char to the left --- diff --git a/debian/changelog b/debian/changelog index f9727b1..05b1a15 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +grml-etc-core (0.3.20) unstable; urgency=low + + * /etc/grml/lsb-functions: put log_end_msg exactly one char to + the left so look'n'feel with current Debian lsb-functions + is better. + + -- Michael Prokop Sat, 28 Jul 2007 01:15:23 +0200 + grml-etc-core (0.3.19) unstable; urgency=low * /etc/zsh/zshenv: make sure /usr/bin/id is available diff --git a/etc/grml/lsb-functions b/etc/grml/lsb-functions index c21dd2c..82d234f 100644 --- a/etc/grml/lsb-functions +++ b/etc/grml/lsb-functions @@ -771,7 +771,7 @@ else fi if [[ ${RC_ENDCOL} == yes ]]; then - ENDCOL=$'\e[A\e['$(( COLS - 7 ))'G' + ENDCOL=$'\e[A\e['$(( COLS - 8 ))'G' else ENDCOL='' fi