[Pkg-utopia-commits] r2300 - in /packages/unstable/hal/debian: changelog preferences.fdi

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Jun 15 20:20:40 UTC 2008


Author: biebl
Date: Sun Jun 15 20:20:40 2008
New Revision: 2300

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2300
Log:
* debian/preferences.fdi
  - Remove outdated examples. (Closes: #484461)

Modified:
    packages/unstable/hal/debian/changelog
    packages/unstable/hal/debian/preferences.fdi

Modified: packages/unstable/hal/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/changelog?rev=2300&op=diff
==============================================================================
--- packages/unstable/hal/debian/changelog (original)
+++ packages/unstable/hal/debian/changelog Sun Jun 15 20:20:40 2008
@@ -2,8 +2,10 @@
 
   * debian/patches/01_hal_debian_dbuspolicy.patch 
     - Update security policy to allow access for root. (Closes: #482123)
-
- -- Michael Biebl <biebl at debian.org>  Tue, 20 May 2008 23:54:56 +0200
+  * debian/preferences.fdi
+    - Remove outdated examples. (Closes: #484461)
+
+ -- Michael Biebl <biebl at debian.org>  Sun, 15 Jun 2008 22:18:23 +0200
 
 hal (0.5.11-1) unstable; urgency=low
 

Modified: packages/unstable/hal/debian/preferences.fdi
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/preferences.fdi?rev=2300&op=diff
==============================================================================
--- packages/unstable/hal/debian/preferences.fdi (original)
+++ packages/unstable/hal/debian/preferences.fdi Sun Jun 15 20:20:40 2008
@@ -20,40 +20,5 @@
     </match>
   </device>
 -->
-
-
-<!-- 
-  The following shows how to put sync and noatime on for devices smaller then
-  1Gb and off for device larger then that. Note that the sync option can wear
-  out device faster then you'd like too. See
-  http://readlist.com/lists/vger.kernel.org/linux-kernel/22/111748.html for
-  more info.
---> 
-<!--
-  <device> 
-    <match key="block.is_volume" bool="true">
-      <match key="volume.size" compare_lt="1000000000">
-        <match key="@block.storage_device:storage.hotpluggable" bool="true">
-          <merge key="volume.policy.mount_option.sync" type="bool">true</merge>
-          <merge key="volume.policy.mount_option.noatime" type="bool">true</merge>
-        </match>
-        <match key="@block.storage_device:storage.removable" bool="true">
-          <merge key="volume.policy.mount_option.sync" type="bool">true</merge>
-          <merge key="volume.policy.mount_option.noatime" type="bool">true</merge>
-        </match>
-      </match>
-      <match key="volume.size" compare_ge="1000000000">
-        <match key="@block.storage_device:storage.hotpluggable" bool="true">
-          <merge key="volume.policy.mount_option.sync" type="bool">false</merge>
-          <merge key="volume.policy.mount_option.noatime" type="bool">false</merge>
-        </match>
-        <match key="@block.storage_device:storage.removable" bool="true">
-          <merge key="volume.policy.mount_option.sync" type="bool">false</merge>
-          <merge key="volume.policy.mount_option.noatime" type="bool">false</merge>
-        </match>
-      </match>
-    </match>
-  </device>
---> 
 </deviceinfo>
 




More information about the Pkg-utopia-commits mailing list