]> TLD Linux GIT Repositories - packages/apache.git/blob - apache-suexec.patch
- updated to 2.4.48
[packages/apache.git] / apache-suexec.patch
1 --- httpd-2.4.34/Makefile.in.orig       2018-07-21 21:28:23.626991837 +0000
2 +++ httpd-2.4.34/Makefile.in    2018-07-21 21:29:29.959987883 +0000
3 @@ -279,7 +279,7 @@
4  
5  install-suexec-setuid:
6         @if test -f $(builddir)/support/suexec; then \
7 -           chmod 4755 $(DESTDIR)$(sbindir)/suexec; \
8 +           chmod 0755 $(DESTDIR)$(sbindir)/suexec; \
9         fi
10  
11  install-suexec-caps: