SOURCES: PolicyKit-xfs.patch (NEW) - xfs patch from mandriva

patrys patrys at pld-linux.org
Tue Jan 15 19:18:47 CET 2008


Author: patrys                       Date: Tue Jan 15 18:18:47 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- xfs patch from mandriva

---- Files affected:
SOURCES:
   PolicyKit-xfs.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/PolicyKit-xfs.patch
diff -u /dev/null SOURCES/PolicyKit-xfs.patch:1.1
--- /dev/null	Tue Jan 15 19:18:47 2008
+++ SOURCES/PolicyKit-xfs.patch	Tue Jan 15 19:18:42 2008
@@ -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;
+ 
================================================================


More information about the pld-cvs-commit mailing list