>   Modified:    .        Makefile.in
>   Log:
>   turn on setuid permissions when installing suexec

I really dislike setting setuid from a Makefile.  I would much rather make
the admin set these permissions themselves.

Just my opinion.

Ryan

>
>   Submitted by: Ken Coar
>
>   Revision  Changes    Path
>   1.59      +1 -0      httpd-2.0/Makefile.in
>
>   Index: Makefile.in
>   ===================================================================
>   RCS file: /home/cvs/httpd-2.0/Makefile.in,v
>   retrieving revision 1.58
>   retrieving revision 1.59
>   diff -u -d -b -u -r1.58 -r1.59
>   --- Makefile.in     2001/03/02 15:46:14     1.58
>   +++ Makefile.in     2001/03/07 23:13:55     1.59
>   @@ -119,6 +119,7 @@
>       @if test -f $(builddir)/support/suexec; then \
>                test -d $(sbindir) || $(MKINSTALLDIRS) $(sbindir); \
>                cp -p $(srcdir)/support/suexec $(sbindir); \
>   +            chmod 4755 $(sbindir)/suexec; \
>       fi
>
>    suexec:
>
>
>
>
>


_______________________________________________________________________________
Ryan Bloom                              [EMAIL PROTECTED]
406 29th St.
San Francisco, CA 94131
-------------------------------------------------------------------------------

Reply via email to