]> git.pld-linux.org Git - packages/PolicyKit.git/commitdiff
- xfs patch from mandriva
authorPatryk Zawadzki <patrys@room-303.com>
Tue, 15 Jan 2008 18:18:42 +0000 (18:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    PolicyKit-xfs.patch -> 1.1

PolicyKit-xfs.patch [new file with mode: 0644]

diff --git a/PolicyKit-xfs.patch b/PolicyKit-xfs.patch
new file mode 100644 (file)
index 0000000..f72565c
--- /dev/null
@@ -0,0 +1,12 @@
+--- src/polkit/polkit-policy-cache.c.orig      2007-12-10 21:40:46.000000000 +0000
++++ src/polkit/polkit-policy-cache.c   2007-12-10 22:47:22.000000000 +0000
+@@ -127,7 +127,7 @@
+                 char *filename;
+                 static const char suffix[] = ".policy";
+-                if (d->d_type != DT_REG)
++                if (d->d_type != DT_REG && d->d_type != DT_UNKNOWN)
+                         continue;
+                 filename = d->d_name;
This page took 0.064106 seconds and 4 git commands to generate.