]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-suexec.patch
add remoteip client ip configuration
[packages/apache.git] / apache-suexec.patch
index ec7daca4385cacb0664726cbb3a707a080447b27..5615913bff881d232600fe6e4629a71990e04d0c 100644 (file)
@@ -1,20 +1,12 @@
---- httpd-2.0.40/support/Makefile.in.wiget     Mon Aug 12 20:09:35 2002
-+++ httpd-2.0.40/support/Makefile.in   Mon Aug 12 20:09:43 2002
-@@ -59,5 +59,5 @@
- # since LD_* environment variables are ignored in setuid programs.
- suexec_OBJECTS = suexec.lo
- suexec: $(suexec_OBJECTS)
--      $(LINK) -static $(suexec_OBJECTS) $(PROGRAM_LDADD)
-+      $(LINK) -static $(suexec_OBJECTS) 
 --- httpd-2.0.43/Makefile.in.wiget     Fri Oct  4 15:20:09 2002
 +++ httpd-2.0.43/Makefile.in   Fri Oct  4 15:20:32 2002
-@@ -195,7 +195,7 @@
+@@ -279,7 +279,7 @@ install-suexec-binary:
+ install-suexec-setuid:
        @if test -f $(builddir)/support/suexec; then \
-             test -d $(DESTDIR)$(sbindir) || $(MKINSTALLDIRS) $(DESTDIR)$(sbindir); \
-             $(INSTALL_PROGRAM) $(top_builddir)/support/suexec $(DESTDIR)$(sbindir); \
--            chmod 4755 $(DESTDIR)$(sbindir)/suexec; \
-+            chmod 0755 $(DESTDIR)$(sbindir)/suexec; \
+-          chmod 4755 $(DESTDIR)$(sbindir)/suexec; \
++          chmod 0755 $(DESTDIR)$(sbindir)/suexec; \
        fi
  
- suexec:
+ install-suexec-caps:
+
This page took 0.033652 seconds and 4 git commands to generate.