]> git.pld-linux.org Git - packages/apache.git/blame - apache-suexec.patch
- bump nghttp2 requirement for complete support
[packages/apache.git] / apache-suexec.patch
CommitLineData
9d781f9b
MM
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; \
58f9559b 9 fi
9d781f9b
MM
10
11 suexec:
This page took 0.047931 seconds and 4 git commands to generate.