]> TLD Linux GIT Repositories - packages/apache.git/blobdiff - apache-suexec.patch
- updated to 2.4.34
[packages/apache.git] / apache-suexec.patch
index 5edaf4e4682280fa4f4b66416c45c8bd48a29a60..308ad17e3c71de1fe88f7dfbf4c0973c5289c0b8 100644 (file)
@@ -1,11 +1,11 @@
---- httpd-2.0.43/Makefile.in.wiget     Fri Oct  4 15:20:09 2002
-+++ httpd-2.0.43/Makefile.in   Fri Oct  4 15:20:32 2002
-@@ -195,7 +195,7 @@
+--- httpd-2.4.34/Makefile.in.orig      2018-07-21 21:28:23.626991837 +0000
++++ httpd-2.4.34/Makefile.in   2018-07-21 21:29:29.959987883 +0000
+@@ -279,7 +279,7 @@
+ install-suexec-setuid:
        @if test -f $(builddir)/support/suexec; then \
-             test -d $(DESTDIR)$(sbindir) || $(MKINSTALLDIRS) $(DESTDIR)$(sbindir); \
-             $(INSTALL_PROGRAM) $(top_builddir)/support/suexec $(DESTDIR)$(sbindir); \
--            chmod 4755 $(DESTDIR)$(sbindir)/suexec; \
-+            chmod 0755 $(DESTDIR)$(sbindir)/suexec; \
+-          chmod 4755 $(DESTDIR)$(sbindir)/suexec; \
++          chmod 0755 $(DESTDIR)$(sbindir)/suexec; \
        fi
  
suexec:
install-suexec-caps: