[Pkg-sysvinit-commits] r1576 - sysvinit/trunk/debian

Kel Modderman kelmo-guest at alioth.debian.org
Sat Aug 1 14:18:50 UTC 2009


Author: kelmo-guest
Date: 2009-08-01 14:18:50 +0000 (Sat, 01 Aug 2009)
New Revision: 1576

Modified:
   sysvinit/trunk/debian/sysv-rc.postinst
Log:
Fix grammer and simplify success message in debian/sysv-rc.postinst when converted to dep based boot.

Modified: sysvinit/trunk/debian/sysv-rc.postinst
===================================================================
--- sysvinit/trunk/debian/sysv-rc.postinst	2009-08-01 14:04:51 UTC (rev 1575)
+++ sysvinit/trunk/debian/sysv-rc.postinst	2009-08-01 14:18:50 UTC (rev 1576)
@@ -125,7 +125,7 @@
 	    : # Already enabled, do not need to do anything
 	else
 	    if activate_insserv ; then
-		echo "success: Boot system  now have dependency based sequencing"
+		echo "success: Enabled dependency based boot system."
 		: # All OK
 	    else
 		echo "error: Unable to enable dependency based boot system."




More information about the Pkg-sysvinit-commits mailing list