You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2001/04/15 01:50:57 UTC

cvs commit: httpd-site httpd_roll_release

rbb         01/04/14 16:50:57

  Modified:    .        httpd_roll_release
  Log:
  Fix the HTTPD release script.  It used to put log files in the tarball.
  This change stops us from doing that.  all output gets logged to one file
  which should be outside the tar'ed directory
  
  Revision  Changes    Path
  1.9       +1 -1      httpd-site/httpd_roll_release
  
  Index: httpd_roll_release
  ===================================================================
  RCS file: /home/cvs/httpd-site/httpd_roll_release,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -d -b -w -u -r1.8 -r1.9
  --- httpd_roll_release	2001/03/11 06:19:18	1.8
  +++ httpd_roll_release	2001/04/14 23:50:56	1.9
  @@ -10,7 +10,7 @@
       TAG=$1
   fi
   
  -LOG_NAME=$2
  +LOG_NAME=`pwd`/$2
   
   USER=$3