/etc/grml/lsb-functions: put log_end_msg exactly one char to the left 0.3.20
authorMichael Prokop <mika@grml.org>
Fri, 27 Jul 2007 23:16:12 +0000 (01:16 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 27 Jul 2007 23:16:12 +0000 (01:16 +0200)
debian/changelog
etc/grml/lsb-functions

index f9727b1..05b1a15 100644 (file)
@@ -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 <mika@grml.org>  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
index c21dd2c..82d234f 100644 (file)
@@ -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