]> git.pld-linux.org Git - packages/apache.git/blame - apache-suexec.patch
- up to 2.4.59
[packages/apache.git] / apache-suexec.patch
CommitLineData
a9a44d2d
AM
1diff -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
c069c9d5
AM
4@@ -279,7 +279,7 @@ install-suexec-binary:
5
a9a44d2d 6 install-suexec-setuid: install-suexec-binary
9d781f9b 7 @if test -f $(builddir)/support/suexec; then \
c069c9d5
AM
8- chmod 4755 $(DESTDIR)$(sbindir)/suexec; \
9+ chmod 0755 $(DESTDIR)$(sbindir)/suexec; \
10 fi
11
a9a44d2d 12 install-suexec-caps: install-suexec-binary
This page took 0.147879 seconds and 4 git commands to generate.