[Pkg-utopia-commits] r270 - in packages/unstable/hal/debian: . patches

Sjoerd Simons sjoerd at costa.debian.org
Sun Aug 7 19:47:33 UTC 2005


Author: sjoerd
Date: 2005-08-07 19:47:33 +0000 (Sun, 07 Aug 2005)
New Revision: 270

Modified:
   packages/unstable/hal/debian/changelog
   packages/unstable/hal/debian/patches/storage-policy-debian.patch
Log:
* debian/patches/storage-policy-debian.patch
  + Mounting small usb devices with sync and noatime options was
    accidentally commented out.  (Closes: #321727) 



Modified: packages/unstable/hal/debian/changelog
===================================================================
--- packages/unstable/hal/debian/changelog	2005-08-07 19:22:58 UTC (rev 269)
+++ packages/unstable/hal/debian/changelog	2005-08-07 19:47:33 UTC (rev 270)
@@ -3,8 +3,11 @@
   * Only run hal.dev and hal.hotplug when possible. Stops spamming the logs with
     DEVNAME and SEQNUM is not set. (Closes: #321033)
   * Remove /etc/dev.d/block/hal-unmount.dev on upgrade.
+  * debian/patches/storage-policy-debian.patch
+    + Mounting small usb devices with sync and noatime options was
+      accidentally commented out.  (Closes: #321727) 
 
- -- Sjoerd Simons <sjoerd at debian.org>  Sun,  7 Aug 2005 20:58:07 +0200
+ -- Sjoerd Simons <sjoerd at debian.org>  Sun,  7 Aug 2005 21:42:55 +0200
 
 hal (0.4.8-5) unstable; urgency=low
 

Modified: packages/unstable/hal/debian/patches/storage-policy-debian.patch
===================================================================
--- packages/unstable/hal/debian/patches/storage-policy-debian.patch	2005-08-07 19:22:58 UTC (rev 269)
+++ packages/unstable/hal/debian/patches/storage-policy-debian.patch	2005-08-07 19:47:33 UTC (rev 270)
@@ -41,15 +41,14 @@
  	       volumes smaller than 2GB -->
 +
 +	 <!-- Mounting with sync wears out flash disk too much, thus disable it by
-+	      default
++	      default -->
  	  <match key="volume.size" compare_lt="2147483648">
  	    <match key="@block.storage_device:storage.hotpluggable" bool="true">
  	      <merge key="volume.policy.mount_option.sync" type="bool">true</merge>
-@@ -174,12 +181,30 @@
+@@ -174,12 +180,30 @@
  	      <merge key="volume.policy.mount_option.noatime" type="bool">true</merge>
  	    </match>
  	  </match>
-+	  -->
  
 -	  <!-- Use UTF-8 charset for vfat -->
 +	  <!-- Use UTF-8 charset and the quiet option for vfat -->




More information about the Pkg-utopia-commits mailing list