/etc/init.d/grml-reboot: cosmetic fix (drop empty line)
authorMichael Prokop <mika@grml.org>
Sun, 1 Jul 2007 18:22:26 +0000 (20:22 +0200)
committerMichael Prokop <mika@grml.org>
Sun, 1 Jul 2007 18:22:26 +0000 (20:22 +0200)
debian/changelog
etc/init.d/grml-reboot

index 64893a8..5a5a95a 100644 (file)
@@ -1,3 +1,10 @@
+grml-etc (1.0.11) unstable; urgency=low
+
+  * /etc/init.d/grml-reboot: cosmetic fix (drop an empty line of
+    output which seems unnecessary nowadays)
+
+ -- Michael Prokop <mika@grml.org>  Sun, 01 Jul 2007 20:21:45 +0200
+
 grml-etc (1.0.10) unstable; urgency=low
 
   [Michael Prokop]
index 4cc241a..ebc9173 100755 (executable)
@@ -64,7 +64,6 @@ if [ -d /sys/bus/pcmcia -a -x /sbin/pccardctl ] ; then
 fi
 
 if [ -n "$INSTALLED" ] ; then
-   echo
    log_begin_msg_nn "Running /etc/init.d/rc ${level}: "
    /etc/init.d/rc $level 1>/dev/null 2>&1 &
    mysleep "$GREEN"