]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-suexec.patch
- rel 4; one missing hunk added
[packages/apache.git] / apache-suexec.patch
index c8fd68ac1da2bfbe0437a7a5af954276cae43732..5edaf4e4682280fa4f4b66416c45c8bd48a29a60 100644 (file)
@@ -1,13 +1,11 @@
---- 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
+@@ -195,7 +195,7 @@
+       @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; \
        fi
+ suexec:
This page took 0.031253 seconds and 4 git commands to generate.