]> git.pld-linux.org Git - packages/apache.git/blob - apache-suexec.patch
- up to 2.4.59
[packages/apache.git] / apache-suexec.patch
1 --- httpd-2.0.43/Makefile.in.wiget      Fri Oct  4 15:20:09 2002
2 +++ httpd-2.0.43/Makefile.in    Fri Oct  4 15:20:32 2002
3 @@ -195,7 +195,7 @@
4         @if test -f $(builddir)/support/suexec; then \
5              test -d $(DESTDIR)$(sbindir) || $(MKINSTALLDIRS) $(DESTDIR)$(sbindir); \
6              $(INSTALL_PROGRAM) $(top_builddir)/support/suexec $(DESTDIR)$(sbindir); \
7 -            chmod 4755 $(DESTDIR)$(sbindir)/suexec; \
8 +            chmod 0755 $(DESTDIR)$(sbindir)/suexec; \
9         fi
10  
11  suexec:
This page took 0.075714 seconds and 3 git commands to generate.