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

Petter Reinholdtsen pere at costa.debian.org
Fri Sep 8 22:39:47 UTC 2006


Author: pere
Date: 2006-09-08 22:39:47 +0000 (Fri, 08 Sep 2006)
New Revision: 889

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/initscripts/etc/init.d/umountfs
   sysvinit/trunk/debian/initscripts/etc/init.d/umountroot
Log:
  * LSB header updates:
    - umountfs should and execute before umountroot.
    - umountroot should stop in runlevel 0 and 6, and execute before umountroot.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2006-09-08 17:12:21 UTC (rev 888)
+++ sysvinit/trunk/debian/changelog	2006-09-08 22:39:47 UTC (rev 889)
@@ -1,3 +1,11 @@
+sysvinit (2.86.ds1-19~1) unstable; urgency=low
+
+  * LSB header updates:
+    - umountfs should and execute before umountroot.
+    - umountroot should stop in runlevel 0 and 6, and execute before umountroot.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Sat,  9 Sep 2006 00:37:06 +0200
+
 sysvinit (2.86.ds1-18) unstable; urgency=low
 
   * Make sure running update-rc.d several times do not remove the

Modified: sysvinit/trunk/debian/initscripts/etc/init.d/umountfs
===================================================================
--- sysvinit/trunk/debian/initscripts/etc/init.d/umountfs	2006-09-08 17:12:21 UTC (rev 888)
+++ sysvinit/trunk/debian/initscripts/etc/init.d/umountfs	2006-09-08 22:39:47 UTC (rev 889)
@@ -2,8 +2,7 @@
 ### BEGIN INIT INFO
 # Provides:          umountfs
 # Required-Start:
-# Required-Stop:
-# Should-Stop:       halt reboot
+# Required-Stop:     umountroot
 # Default-Start:
 # Default-Stop:      0 6
 # Short-Description: Turn off swap and unmount all local file systems.

Modified: sysvinit/trunk/debian/initscripts/etc/init.d/umountroot
===================================================================
--- sysvinit/trunk/debian/initscripts/etc/init.d/umountroot	2006-09-08 17:12:21 UTC (rev 888)
+++ sysvinit/trunk/debian/initscripts/etc/init.d/umountroot	2006-09-08 22:39:47 UTC (rev 889)
@@ -1,10 +1,11 @@
 #! /bin/sh
 ### BEGIN INIT INFO
 # Provides:          umountroot
-# Required-Start:    umountfs
-# Required-Stop:     umountfs
-# Default-Start:     6
-# Default-Stop:
+# Required-Start:
+# Required-Stop:
+# Should-Stop:       halt reboot
+# Default-Start:
+# Default-Stop:      0 6
 # Short-Description: Mount the root filesystem read-only.
 ### END INIT INFO
 




More information about the Pkg-sysvinit-commits mailing list