]> TLD Linux GIT Repositories - packages/apache.git/blob - apache-suexec.patch
- adjusted for rpm.org, partial PLD merge
[packages/apache.git] / apache-suexec.patch
1 diff -urNp -x '*.orig' httpd-2.4.46.org/Makefile.in httpd-2.4.46/Makefile.in
2 --- httpd-2.4.46.org/Makefile.in        2018-08-08 13:48:15.000000000 +0200
3 +++ httpd-2.4.46/Makefile.in    2021-06-16 09:18:53.088643073 +0200
4 @@ -279,7 +279,7 @@ install-suexec-binary:
5  
6  install-suexec-setuid: install-suexec-binary
7         @if test -f $(builddir)/support/suexec; then \
8 -           chmod 4755 $(DESTDIR)$(sbindir)/suexec; \
9 +           chmod 0755 $(DESTDIR)$(sbindir)/suexec; \
10         fi
11  
12  install-suexec-caps: install-suexec-binary