[Pkg-sysvinit-commits] r1034 - in sysvinit/trunk/debian: .
initscripts/etc/init.d
Petter Reinholdtsen
pere at alioth.debian.org
Sat Nov 25 10:23:44 CET 2006
Author: pere
Date: 2006-11-25 10:23:43 +0100 (Sat, 25 Nov 2006)
New Revision: 1034
Modified:
sysvinit/trunk/debian/changelog
sysvinit/trunk/debian/initscripts/etc/init.d/umountfs
Log:
* Make sure init.d/umountfs umount tmpfs file systems in order of
decreasing length, to avoid problems on systems with chroots.
Patch from Peter Rabbitson. (Closes: #391673)
Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog 2006-10-29 17:41:22 UTC (rev 1033)
+++ sysvinit/trunk/debian/changelog 2006-11-25 09:23:43 UTC (rev 1034)
@@ -1,3 +1,11 @@
+sysvinit (2.86.ds1-35~1) unstable; urgency=low
+
+ * Make sure init.d/umountfs umount tmpfs file systems in order of
+ decreasing length, to avoid problems on systems with chroots.
+ Patch from Peter Rabbitson. (Closes: #391673)
+
+ -- Petter Reinholdtsen <pere at debian.org> Sat, 25 Nov 2006 10:22:13 +0100
+
sysvinit (2.86.ds1-34) unstable; urgency=medium
* Medium urgency as it solve some RC bugs.
Modified: sysvinit/trunk/debian/initscripts/etc/init.d/umountfs
===================================================================
--- sysvinit/trunk/debian/initscripts/etc/init.d/umountfs 2006-10-29 17:41:22 UTC (rev 1033)
+++ sysvinit/trunk/debian/initscripts/etc/init.d/umountfs 2006-11-25 09:23:43 UTC (rev 1034)
@@ -102,6 +102,7 @@
#
if [ "$TMPFS_MTPTS" ]
then
+ TMPFS_MTPTS="$(pioodl $TMPFS_MTPTS)"
if [ "$VERBOSE" = no ]
then
log_action_begin_msg "Unmounting temporary filesystems"
More information about the Pkg-sysvinit-commits
mailing list