]> git.pld-linux.org Git - packages/apache1.git/blob - apache1-suexec.patch
- update to 1.3.39
[packages/apache1.git] / apache1-suexec.patch
1 --- apache_1.3.2/Makefile.tmpl.orig     Fri Sep 25 23:56:02 1998
2 +++ apache_1.3.2/Makefile.tmpl  Fri Sep 25 23:57:37 1998
3 @@ -317,10 +317,6 @@
4         -@if [ ".$(suexec)" = .1 ]; then \
5             echo "$(INSTALL_PROGRAM) $(TOP)/$(SRC)/support/suexec $(root)$(sbindir)/suexec"; \
6             $(INSTALL_PROGRAM) $(TOP)/$(SRC)/support/suexec $(root)$(sbindir)/suexec; \
7 -           echo "chown root $(root)$(sbindir)/suexec"; \
8 -           chown root $(root)$(sbindir)/suexec; \
9 -           echo "chmod 4711 $(root)$(sbindir)/suexec"; \
10 -           chmod 4711 $(root)$(sbindir)/suexec; \
11             echo "$(INSTALL_DATA) $(TOP)/$(SRC)/support/suexec.8 $(root)$(mandir)/man8/suexec.8"; \
12             $(INSTALL_DATA) $(TOP)/$(SRC)/support/suexec.8 $(root)$(mandir)/man8/suexec.8; \
13         fi
This page took 0.034205 seconds and 3 git commands to generate.