SOURCES: hal-rethink.patch (NEW) - enables ntfs-3g mounting
vip
vip at pld-linux.org
Tue Mar 24 18:14:38 CET 2009
Author: vip Date: Tue Mar 24 17:14:38 2009 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- enables ntfs-3g mounting
---- Files affected:
SOURCES:
hal-rethink.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/hal-rethink.patch
diff -u /dev/null SOURCES/hal-rethink.patch:1.1
--- /dev/null Tue Mar 24 18:14:38 2009
+++ SOURCES/hal-rethink.patch Tue Mar 24 18:14:32 2009
@@ -0,0 +1,20 @@
+--- hal-0.5.11rc2/tools/hal-storage-mount.c.orig 2008-04-21 01:48:27.000000000 +0200
++++ hal-0.5.11rc2/tools/hal-storage-mount.c 2008-04-21 01:47:44.000000000 +0200
+@@ -769,13 +769,13 @@
+
+ if (pol_is_fixed) {
+ if (pol_change_uid) {
+- action = NULL; /* "hal-storage-mount-fixed-extra-options"; TODO: rethink */
++ action = "hal-storage-mount-fixed-extra-options"; /*TODO: rethink */
+ } else {
+ action = "org.freedesktop.hal.storage.mount-fixed";
+ }
+ } else {
+ if (pol_change_uid) {
+- action = NULL; /* "hal-storage-mount-removable-extra-options"; TODO: rethink "extra-options" */
++ action = "hal-storage-mount-removable-extra-options"; /*TODO: rethink "extra-options" */
+ } else {
+ action = "org.freedesktop.hal.storage.mount-removable";
+ }
+
+
================================================================
More information about the pld-cvs-commit
mailing list