hal/fdi/90defaultpolicy storage-policy.fdi,1.9.2.1,1.9.2.2
David Zeuthen
david at freedesktop.org
Thu Jan 20 09:03:56 PST 2005
Update of /cvs/hal/hal/fdi/90defaultpolicy
In directory gabe:/tmp/cvs-serv20422/fdi/90defaultpolicy
Modified Files:
Tag: hal-0_4-stable-branch
storage-policy.fdi
Log Message:
2005-01-20 David Zeuthen <davidz at redhat.com>
* NEWS: Update for 0.4.6
* configure.in: Bump to 0.4.6
2005-01-20 David Zeuthen <davidz at redhat.com>
* hald/linux/libsysfs/sysfs_dir.c (sysfs_close_attribute): Add
stopgap fix to not free unallocated memory. This is a *workaround*
to not make hald crash on some PPC hardware. Reported by Joseph
E. Sacco, Ph.D. <joseph_sacco at comcast.net> who helped test this.
* fdi/90defaultpolicy/storage-policy.fdi: Add mount option
iocharset=utf8 for vfat volumes
2005-01-20 David Zeuthen <davidz at redhat.com>
* hald/linux/libsysfs: Update libsysfs to upstream version 1.2.0
Index: storage-policy.fdi
===================================================================
RCS file: /cvs/hal/hal/fdi/90defaultpolicy/storage-policy.fdi,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -u -d -r1.9.2.1 -r1.9.2.2
--- storage-policy.fdi 22 Nov 2004 21:53:50 -0000 1.9.2.1
+++ storage-policy.fdi 20 Jan 2005 17:03:54 -0000 1.9.2.2
@@ -163,6 +163,11 @@
<merge key="volume.policy.mount_option.noatime" type="bool">true</merge>
</match>
</match>
+
+ <!-- Use UTF-8 charset for vfat -->
+ <match key="volume.fstype" string="vfat">
+ <merge key="volume.policy.mount_option.iocharset=utf8" type="bool">true</merge>
+ </match>
<!-- whitelist of partition table id's, if from a msdos partition table -->
<match key="volume.partition.msdos_part_table_type" exists="true">
More information about the hal-commit
mailing list