]> git.pld-linux.org Git - packages/apache.git/commitdiff
- typo!!
authorshadzik <shadzik@pld-linux.org>
Sun, 26 Dec 2010 19:55:45 +0000 (19:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- this should only apply if the prog name is NOT suexec.fcgi

Changed files:
    apache-suexec_fcgi.patch -> 1.2

apache-suexec_fcgi.patch

index d50b484f0a86707f89b3fd18389a99511ab7c452..5e27892d7b59a14bf26719b8a04ff904dcbd6f99 100644 (file)
@@ -86,7 +86,7 @@ diff -urNp httpd-2.2.8.orig/support/suexec.c httpd-2.2.8/support/suexec.c
 +     * 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) ||
This page took 0.033186 seconds and 4 git commands to generate.