[Glibc-bsd-commits] r3861 - trunk/zfsutils/debian

Robert Millan rmh at alioth.debian.org
Wed Nov 16 18:37:20 UTC 2011


Author: rmh
Date: 2011-11-16 18:37:19 +0000 (Wed, 16 Nov 2011)
New Revision: 3861

Modified:
   trunk/zfsutils/debian/changelog
   trunk/zfsutils/debian/zfsutils.zfs.init
Log:
zfsutils.zfs.init: Umount by mountpoint, not by name.

Modified: trunk/zfsutils/debian/changelog
===================================================================
--- trunk/zfsutils/debian/changelog	2011-11-16 17:54:30 UTC (rev 3860)
+++ trunk/zfsutils/debian/changelog	2011-11-16 18:37:19 UTC (rev 3861)
@@ -1,3 +1,9 @@
+zfsutils (8.3~svn226546-5) UNRELEASED; urgency=low
+
+  * zfsutils.zfs.init: Umount by mountpoint, not by name.
+
+ -- Robert Millan <rmh at debian.org>  Wed, 16 Nov 2011 19:37:09 +0100
+
 zfsutils (8.3~svn226546-4) unstable; urgency=low
 
   * fix_realpath_abuse.diff: Fix "cannot open /dev/dsk" problem.  See

Modified: trunk/zfsutils/debian/zfsutils.zfs.init
===================================================================
--- trunk/zfsutils/debian/zfsutils.zfs.init	2011-11-16 17:54:30 UTC (rev 3860)
+++ trunk/zfsutils/debian/zfsutils.zfs.init	2011-11-16 18:37:19 UTC (rev 3861)
@@ -81,7 +81,7 @@
 			# / can't be unmounted, skip.
 		;;
 		*)
-			zfs umount ${name}
+			zfs umount ${mountpoint}
 			RET=$?
 			if [ $RET != 0 ] ; then
 				log_end_msg $RET




More information about the Glibc-bsd-commits mailing list