X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=apache-suexec.patch;h=5edaf4e4682280fa4f4b66416c45c8bd48a29a60;hb=c170d6d702b1c4474cd6f3c66faf3ba279de601f;hp=c8fd68ac1da2bfbe0437a7a5af954276cae43732;hpb=58f9559ba0a1637067e8bc49bb2ff928429d16a7;p=packages%2Fapache.git diff --git a/apache-suexec.patch b/apache-suexec.patch index c8fd68a..5edaf4e 100644 --- a/apache-suexec.patch +++ b/apache-suexec.patch @@ -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: