]> git.pld-linux.org Git - packages/apache.git/blame - apache-suexec.patch
- allow some actions when network is down
[packages/apache.git] / apache-suexec.patch
CommitLineData
9d781f9b
MM
1--- httpd-2.0.40/support/Makefile.in.wiget Mon Aug 12 20:09:35 2002
2+++ httpd-2.0.40/support/Makefile.in Mon Aug 12 20:09:43 2002
3@@ -59,5 +59,5 @@
4 # since LD_* environment variables are ignored in setuid programs.
5 suexec_OBJECTS = suexec.lo
6 suexec: $(suexec_OBJECTS)
7- $(LINK) -static $(suexec_OBJECTS) $(PROGRAM_LDADD)
8+ $(LINK) -static $(suexec_OBJECTS)
9
10--- httpd-2.0.43/Makefile.in.wiget Fri Oct 4 15:20:09 2002
11+++ httpd-2.0.43/Makefile.in Fri Oct 4 15:20:32 2002
12@@ -195,7 +195,7 @@
13 @if test -f $(builddir)/support/suexec; then \
14 test -d $(DESTDIR)$(sbindir) || $(MKINSTALLDIRS) $(DESTDIR)$(sbindir); \
15 $(INSTALL_PROGRAM) $(top_builddir)/support/suexec $(DESTDIR)$(sbindir); \
16- chmod 4755 $(DESTDIR)$(sbindir)/suexec; \
17+ chmod 0755 $(DESTDIR)$(sbindir)/suexec; \
58f9559b 18 fi
9d781f9b
MM
19
20 suexec:
This page took 0.537372 seconds and 4 git commands to generate.