From e86b781eabdb7f65f121295630faf5005547be28 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 28 Jul 2007 01:16:12 +0200 Subject: [PATCH] /etc/grml/lsb-functions: put log_end_msg exactly one char to the left --- debian/changelog | 8 ++++++++ etc/grml/lsb-functions | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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 -- 2.1.4