]> git.pld-linux.org Git - packages/hal.git/blob - hal-rethink.patch
- update upstart deps
[packages/hal.git] / hal-rethink.patch
1 --- hal-0.5.11rc2/tools/hal-storage-mount.c.orig        2008-04-21 01:48:27.000000000 +0200
2 +++ hal-0.5.11rc2/tools/hal-storage-mount.c     2008-04-21 01:47:44.000000000 +0200
3 @@ -769,13 +769,13 @@
4  
5         if (pol_is_fixed) {
6                 if (pol_change_uid) {
7 -                       action = NULL; /* "hal-storage-mount-fixed-extra-options"; TODO: rethink */
8 +                       action = "hal-storage-mount-fixed-extra-options"; /*TODO: rethink */
9                 } else {
10                         action = "org.freedesktop.hal.storage.mount-fixed";
11                 }
12         } else {
13                 if (pol_change_uid) {
14 -                       action = NULL; /* "hal-storage-mount-removable-extra-options"; TODO: rethink "extra-options" */
15 +                       action = "hal-storage-mount-removable-extra-options"; /*TODO: rethink "extra-options" */
16                 } else {
17                         action = "org.freedesktop.hal.storage.mount-removable";
18                 }
19
20
This page took 0.304054 seconds and 3 git commands to generate.