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

Petter Reinholdtsen pere at costa.debian.org
Fri Sep 8 10:35:24 UTC 2006


Author: pere
Date: 2006-09-08 10:35:23 +0000 (Fri, 08 Sep 2006)
New Revision: 866

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/initscripts/etc/init.d/skeleton
Log:
  * Remove 'S' from default-stop in skeleton.  It never make sense to add
    stop links in rcS.d/.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2006-09-08 09:44:17 UTC (rev 865)
+++ sysvinit/trunk/debian/changelog	2006-09-08 10:35:23 UTC (rev 866)
@@ -19,6 +19,8 @@
     concurrency style.
   * Make sure running update-rc.d several times do not remove the rc*.d/
     symlinks.  Patch from Arjan Oosting. (Closes: #386500)
+  * Remove 'S' from default-stop in skeleton.  It never make sense to add
+    stop links in rcS.d/.
 
  -- Petter Reinholdtsen <pere at debian.org>  Thu,  7 Sep 2006 15:41:23 +0200
 

Modified: sysvinit/trunk/debian/initscripts/etc/init.d/skeleton
===================================================================
--- sysvinit/trunk/debian/initscripts/etc/init.d/skeleton	2006-09-08 09:44:17 UTC (rev 865)
+++ sysvinit/trunk/debian/initscripts/etc/init.d/skeleton	2006-09-08 10:35:23 UTC (rev 866)
@@ -4,7 +4,7 @@
 # Required-Start:    $local_fs $remote_fs
 # Required-Stop:     $local_fs $remote_fs
 # Default-Start:     2 3 4 5
-# Default-Stop:      S 0 1 6
+# Default-Stop:      0 1 6
 # Short-Description: Example initscript
 # Description:       This file should be used to construct scripts to be
 #                    placed in /etc/init.d.




More information about the Pkg-sysvinit-commits mailing list