[Pkg-sysvinit-commits] r1083 - in sysvinit/trunk/debian: . sysv-rc/sbin

pere at alioth.debian.org pere at alioth.debian.org
Sun Dec 23 09:21:10 UTC 2007


Author: pere
Date: 2007-12-23 09:21:10 +0000 (Sun, 23 Dec 2007)
New Revision: 1083

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/sysv-rc/sbin/update-rc.d
Log:
  [ Petter Reinholdtsen ]
  * Improve usage information in update-rc.d by using the same
    notation as the one used in the manual page (Closes: #268713)

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2007-12-23 09:12:24 UTC (rev 1082)
+++ sysvinit/trunk/debian/changelog	2007-12-23 09:21:10 UTC (rev 1083)
@@ -1,10 +1,13 @@
 sysvinit (2.86.ds1-40) experimental; urgency=low
 
+  [ Petter Reinholdtsen ]
   * Rewrite libata shutdown handling to use patch from
     Werner Fink at SuSe to handle each disk individually and
     automatically instead of guessing in the init.d script how
     to handle the collectively (Closes: #426224).  This removes
     the HDDOWN default/halt variable.
+  * Improve usage information in update-rc.d by using the same
+    notation as the one used in the manual page (Closes: #268713)
 
  -- Petter Reinholdtsen <pere at debian.org>  Sun, 23 Dec 2007 10:03:48 +0100
 

Modified: sysvinit/trunk/debian/sysv-rc/sbin/update-rc.d
===================================================================
--- sysvinit/trunk/debian/sysv-rc/sbin/update-rc.d	2007-12-23 09:12:24 UTC (rev 1082)
+++ sysvinit/trunk/debian/sysv-rc/sbin/update-rc.d	2007-12-23 09:21:10 UTC (rev 1083)
@@ -21,7 +21,7 @@
 	print STDERR "update-rc.d: error: @_\n" if ($#_ >= 0);
 	print STDERR <<EOF;
 usage: update-rc.d [-n] [-f] <basename> remove
-       update-rc.d [-n] <basename> defaults [NN | sNN kNN]
+       update-rc.d [-n] <basename> defaults [NN | SS KK]
        update-rc.d [-n] <basename> start|stop NN runlvl [runlvl] [...] .
 		-n: not really
 		-f: force




More information about the Pkg-sysvinit-commits mailing list