]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-suexec.patch
add remoteip client ip configuration
[packages/apache.git] / apache-suexec.patch
index c8fd68ac1da2bfbe0437a7a5af954276cae43732..5615913bff881d232600fe6e4629a71990e04d0c 100644 (file)
@@ -1,13 +1,12 @@
---- apache_1.3.2/Makefile.tmpl.orig    Fri Sep 25 23:56:02 1998
-+++ apache_1.3.2/Makefile.tmpl Fri Sep 25 23:57:37 1998
-@@ -317,10 +317,6 @@
-       -@if [ ".$(suexec)" = .1 ]; then \
-           echo "$(INSTALL_PROGRAM) $(TOP)/$(SRC)/support/suexec $(root)$(sbindir)/suexec"; \
-           $(INSTALL_PROGRAM) $(TOP)/$(SRC)/support/suexec $(root)$(sbindir)/suexec; \
--          echo "chown root $(root)$(sbindir)/suexec"; \
--          chown root $(root)$(sbindir)/suexec; \
--          echo "chmod 4711 $(root)$(sbindir)/suexec"; \
--          chmod 4711 $(root)$(sbindir)/suexec; \
-           echo "$(INSTALL_DATA) $(TOP)/$(SRC)/support/suexec.8 $(root)$(mandir)/man8/suexec.8"; \
-           $(INSTALL_DATA) $(TOP)/$(SRC)/support/suexec.8 $(root)$(mandir)/man8/suexec.8; \
+--- 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
+@@ -279,7 +279,7 @@ install-suexec-binary:
+ install-suexec-setuid:
+       @if test -f $(builddir)/support/suexec; then \
+-          chmod 4755 $(DESTDIR)$(sbindir)/suexec; \
++          chmod 0755 $(DESTDIR)$(sbindir)/suexec; \
        fi
+ install-suexec-caps:
+
This page took 0.022245 seconds and 4 git commands to generate.