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

Robert Millan rmh at alioth.debian.org
Sat Nov 12 10:51:22 UTC 2011


Author: rmh
Date: 2011-11-12 10:51:21 +0000 (Sat, 12 Nov 2011)
New Revision: 3850

Modified:
   trunk/zfsutils/debian/zfsutils.zfs.init
Log:
Fix minor naming issue

Modified: trunk/zfsutils/debian/zfsutils.zfs.init
===================================================================
--- trunk/zfsutils/debian/zfsutils.zfs.init	2011-11-12 10:07:00 UTC (rev 3849)
+++ trunk/zfsutils/debian/zfsutils.zfs.init	2011-11-12 10:51:21 UTC (rev 3850)
@@ -51,7 +51,7 @@
 	log_begin_msg "Stopping ZFS subsystem..."
 
 	# Disable swap on ZVOLs with property org.freebsd:swap=on.
-	log_progress_msg "zvol"
+	log_progress_msg "swap"
 	zfs list -H -o org.freebsd:swap,name -t volume | \
 	while read state name; do
 		case "${state}" in




More information about the Glibc-bsd-commits mailing list