[Pkg-sysvinit-commits] r1796 - in sysvinit/trunk/debian: . src/initscripts/etc/init.d

Kel Modderman kelmo-guest at alioth.debian.org
Sat Oct 17 12:45:07 UTC 2009


Author: kelmo-guest
Date: 2009-10-17 12:45:06 +0000 (Sat, 17 Oct 2009)
New Revision: 1796

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/src/initscripts/etc/init.d/bootlogs
Log:
Fix bootlogs init.d script to output correct name and supported
actions in usage statement. (Closes: #551263)

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2009-10-06 15:03:19 UTC (rev 1795)
+++ sysvinit/trunk/debian/changelog	2009-10-17 12:45:06 UTC (rev 1796)
@@ -40,8 +40,12 @@
     to allow simpleminded policy-rc.d scripts to work well with the
     status action (closes: #381497)
 
- -- Henrique de Moraes Holschuh <hmh at debian.org>  Tue, 22 Sep 2009 00:03:15 -0300
+  [ Kel Modderman ]
+  * Fix bootlogs init.d script to output correct name and supported
+    actions in usage statement. (Closes: #551263)
 
+ -- Kel Modderman <kel at otaku42.de>  Sat, 17 Oct 2009 22:44:04 +1000
+
 sysvinit (2.87dsf-6) unstable; urgency=low
 
   * Correct code in sysv-rc postinst to avoid failing to install when no

Modified: sysvinit/trunk/debian/src/initscripts/etc/init.d/bootlogs
===================================================================
--- sysvinit/trunk/debian/src/initscripts/etc/init.d/bootlogs	2009-10-06 15:03:19 UTC (rev 1795)
+++ sysvinit/trunk/debian/src/initscripts/etc/init.d/bootlogs	2009-10-17 12:45:06 UTC (rev 1796)
@@ -68,7 +68,7 @@
 	exit $?
 	;;
   *)
-	echo "Usage: bootmisc.sh [start|stop]" >&2
+	echo "Usage: bootlogs [start|stop|status]" >&2
 	exit 3
 	;;
 esac




More information about the Pkg-sysvinit-commits mailing list