]> git.pld-linux.org Git - packages/apache.git/blob - apache-suexec.patch
- updated to work with 2.0.46
[packages/apache.git] / apache-suexec.patch
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; \
18         fi
19  
20  suexec:
This page took 0.064966 seconds and 3 git commands to generate.