jim         99/04/21 12:57:14

  Modified:    .        Makefile.tmpl
  Log:
  Now use it in Makefile.tmpl. Should we also
  wrap the 'chown's down by the suxec area??
  
  Revision  Changes    Path
  1.74      +1 -1      apache-1.3/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/Makefile.tmpl,v
  retrieving revision 1.73
  retrieving revision 1.74
  diff -u -r1.73 -r1.74
  --- Makefile.tmpl     1999/04/21 14:28:01     1.73
  +++ Makefile.tmpl     1999/04/21 19:57:12     1.74
  @@ -256,7 +256,7 @@
        $(MKDIR) $(root)$(runtimedir)
        $(MKDIR) $(root)$(logfiledir)
        $(MKDIR) $(root)$(proxycachedir)
  -     [EMAIL PROTECTED] [ ".`id | grep root`" != . ]; then \
  +     [EMAIL PROTECTED] [ "x`src/helpers/getuid.sh" = "x0" ]; then \
                echo "chown $(conf_user) $(root)$(proxycachedir)"; \
                chown $(conf_user) $(root)$(proxycachedir); \
                echo "chgrp $(conf_group) $(root)$(proxycachedir)"; \
  
  
  

Reply via email to