You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2002/01/11 14:20:55 UTC

cvs commit: httpd-2.0/build install-bindist.sh.in

trawick     02/01/11 05:20:55

  Modified:    .        CHANGES
               build    install-bindist.sh.in
  Log:
  Allow mod_cgid to work from a binary distribution install by
  using 755 for the permissions on the log directory instead of
  750.
  
  Revision  Changes    Path
  1.515     +4 -0      httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.514
  retrieving revision 1.515
  diff -u -r1.514 -r1.515
  --- CHANGES	11 Jan 2002 08:01:10 -0000	1.514
  +++ CHANGES	11 Jan 2002 13:20:54 -0000	1.515
  @@ -1,5 +1,9 @@
   Changes with Apache 2.0.31-dev
   
  +  *) Allow mod_cgid to work from a binary distribution install by
  +     using 755 for the permissions on the log directory instead of
  +     750.  [Jeff Trawick]
  +
     *) Fixed a segfault that happened during graceful shutdown (or when
        the httpd ran out of file descriptors) with the worker MPM [Brian Pane]
   
  
  
  
  1.6       +1 -1      httpd-2.0/build/install-bindist.sh.in
  
  Index: install-bindist.sh.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/build/install-bindist.sh.in,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- install-bindist.sh.in	15 Dec 2001 21:50:19 -0000	1.5
  +++ install-bindist.sh.in	11 Jan 2002 13:20:55 -0000	1.6
  @@ -72,7 +72,7 @@
   echo "into directory $SR ..."
   lmkdir $SR 755
   lmkdir $SR/proxy 750
  -lmkdir $SR/logs 750
  +lmkdir $SR/logs 755
   lcopy bindist/man $SR/man 755 644
   if [ -d bindist/modules ]
   then