Magellan Linux

Annotation of /trunk/hal/patches/hal-0.5.7.1-ntfs-policy-fix.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 208 - (hide annotations) (download)
Mon May 21 23:45:15 2007 UTC (17 years, 1 month ago) by niro
File size: 901 byte(s)
-better ntfs fix

1 niro 208 diff -Naur hal-0.5.7.1/fdi/policy/10osvendor/20-storage-methods.fdi hal-0.5.7.1-ntfs/fdi/policy/10osvendor/20-storage-methods.fdi
2     --- hal-0.5.7.1/fdi/policy/10osvendor/20-storage-methods.fdi 2007-05-22 01:42:46.000000000 +0200
3     +++ hal-0.5.7.1-ntfs/fdi/policy/10osvendor/20-storage-methods.fdi 2007-05-22 01:41:04.000000000 +0200
4     @@ -169,6 +169,13 @@
5     <append key="volume.mount.valid_options" type="strlist">iocharset=</append>
6     </match>
7    
8     + <!-- ntfs -->
9     + <match key="volume.fstype" string="ntfs">
10     + <append key="volume.mount.valid_options" type="strlist">locale=</append>
11     + <append key="volume.mount.valid_options" type="strlist">uid=</append>
12     + <append key="volume.mount.valid_options" type="strlist">umask=</append>
13     + </match>
14     +
15     <!-- allow these unmount options -->
16     <append key="volume.unmount.valid_options" type="strlist">lazy</append>
17