packages: apache/apache-suexec_fcgi.patch - reverted, seems to be right tha...
shadzik
shadzik at pld-linux.org
Mon Dec 27 10:45:08 CET 2010
Author: shadzik Date: Mon Dec 27 09:45:08 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- reverted, seems to be right that way, but won't work for me...
---- Files affected:
packages/apache:
apache-suexec_fcgi.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: packages/apache/apache-suexec_fcgi.patch
diff -u packages/apache/apache-suexec_fcgi.patch:1.2 packages/apache/apache-suexec_fcgi.patch:1.3
--- packages/apache/apache-suexec_fcgi.patch:1.2 Sun Dec 26 20:55:45 2010
+++ packages/apache/apache-suexec_fcgi.patch Mon Dec 27 10:45:03 2010
@@ -86,7 +86,7 @@
+ * name/group is different from the name/group of the cwd
+ * or the program.
+ */
-+ if(!strcmp(base_pathname(prog),"suexec.fcgi")) {
++ if(strcmp(base_pathname(prog),"suexec.fcgi")) {
+ if ((uid != dir_info.st_uid) ||
+ (gid != dir_info.st_gid) ||
+ (uid != prg_info.st_uid) ||
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/apache/apache-suexec_fcgi.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list