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

Thomas Hood jdthood-guest at costa.debian.org
Tue Feb 7 21:01:03 UTC 2006


Author: jdthood-guest
Date: 2006-02-07 21:01:01 +0000 (Tue, 07 Feb 2006)
New Revision: 740

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/initscripts/etc/init.d/umountfs
Log:
Fix #351497

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2006-02-04 16:25:38 UTC (rev 739)
+++ sysvinit/trunk/debian/changelog	2006-02-07 21:01:01 UTC (rev 740)
@@ -25,7 +25,9 @@
   * checkroot.sh: Don't try to enable swap if a swap device is
     /dev/mapper/* or a swapfile  (Closes: #346329, #348534)
   * checkroot.sh: Remove some code specific to pre-2.4-Linux
-  * umountfs: Don't try to unmount tmpfs on /dev  (Closes: #350998)
+  * umountfs
+    - Don't try to unmount tmpfs on /dev  (Closes: #350998)
+    - Improve comment explaining use of sort  (Closes: #351497)
   * several scripts: messages: Tweak; better condition them on $VERBOSE
   * initscripts postinst: Don't run mount{kern,devsub}fs.sh
   * initscripts postinst: Actually remove some things on purge

Modified: sysvinit/trunk/debian/initscripts/etc/init.d/umountfs
===================================================================
--- sysvinit/trunk/debian/initscripts/etc/init.d/umountfs	2006-02-04 16:25:38 UTC (rev 739)
+++ sysvinit/trunk/debian/initscripts/etc/init.d/umountfs	2006-02-07 21:01:01 UTC (rev 740)
@@ -17,7 +17,8 @@
 umask 022
 
 do_stop () {
-	# List all mounts, deepest mount point first
+	# List all mounts, sorting to ensure that deeper mount points
+	# are unmounted before shallower ones
 	LC_ALL=C sort -r -k 2 /proc/mounts | 
 	(
 		REG_MTPTS=""




More information about the Pkg-sysvinit-commits mailing list