packages: apache/apache-suexec_fcgi.patch - typo!! - this should only apply...

shadzik shadzik at pld-linux.org
Sun Dec 26 20:55:50 CET 2010


Author: shadzik                      Date: Sun Dec 26 19:55:50 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- typo!!
- this should only apply if the prog name is NOT suexec.fcgi

---- Files affected:
packages/apache:
   apache-suexec_fcgi.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/apache/apache-suexec_fcgi.patch
diff -u packages/apache/apache-suexec_fcgi.patch:1.1 packages/apache/apache-suexec_fcgi.patch:1.2
--- packages/apache/apache-suexec_fcgi.patch:1.1	Tue May 13 21:34:26 2008
+++ packages/apache/apache-suexec_fcgi.patch	Sun Dec 26 20:55:45 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.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list