[Pkg-utopia-commits] r239 - packages/experimental/hal/debian/patches

Sjoerd Simons sjoerd@costa.debian.org
Tue, 21 Jun 2005 13:54:00 +0000


Author: sjoerd
Date: 2005-06-21 13:54:00 +0000 (Tue, 21 Jun 2005)
New Revision: 239

Modified:
   packages/experimental/hal/debian/patches/storage-policy-debian.patch
Log:
Fixed copy-and-paste error. The xml is valid again now..

Modified: packages/experimental/hal/debian/patches/storage-policy-debian.patch
===================================================================
--- packages/experimental/hal/debian/patches/storage-policy-debian.patch	2005-06-21 13:51:16 UTC (rev 238)
+++ packages/experimental/hal/debian/patches/storage-policy-debian.patch	2005-06-21 13:54:00 UTC (rev 239)
@@ -1,6 +1,6 @@
 diff -ruN hal-0.5.2-old/fdi/policy/10osvendor/10-storage-policy.fdi hal-0.5.2/fdi/policy/10osvendor/10-storage-policy.fdi
 --- hal-0.5.2-old/fdi/policy/10osvendor/10-storage-policy.fdi	2005-05-09 16:32:08.000000000 +0200
-+++ hal-0.5.2/fdi/policy/10osvendor/10-storage-policy.fdi	2005-06-21 15:24:24.000000000 +0200
++++ hal-0.5.2/fdi/policy/10osvendor/10-storage-policy.fdi	2005-06-21 15:53:02.000000000 +0200
 @@ -6,11 +6,11 @@
    <device>
      <match key="info.udi" string="/org/freedesktop/Hal/devices/computer">
@@ -23,7 +23,7 @@
  
 +    <!-- Use UTF-8 charset and the quiet option for vfat -->
 +    <match key="volume.fstype" string="vfat">
-+      <merge key="volume.policy.mount_option.iocharset=utf8" type="bool">true</m
++      <merge key="volume.policy.mount_option.iocharset=utf8" type="bool">true</merge>
 +      <merge key="volume.policy.mount_option.quiet" type="bool">true</merge>
 +    </match>
 +    <!-- cdrom filesystems should be mounted with the utf8 option -->