[DebianGIS-dev] DebianGis CVS update: CVSROOT log_accum.pl, 1.4, 1.5

DebianGis CVS Commit pkg-grass-devel at lists.alioth.debian.org
Wed Sep 14 15:29:22 UTC 2005


  User: frankie 
  Date: 05/09/14 15:29:22

  Modified:    .        log_accum.pl
  Log:
  Removing unused var
  
  Revision  Changes    Path
  1.5       +2 -2      CVSROOT/log_accum.pl
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/CVSROOT/log_accum.pl?annotate=1.5&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/CVSROOT/log_accum.pl?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/CVSROOT/log_accum.pl.diff?r1=1.5&r2=1.4&cvsroot=
  
  -----------------------------------
  
  Index: log_accum.pl
  ===================================================================
  RCS file: /cvsroot/pkg-grass/CVSROOT/log_accum.pl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- log_accum.pl	14 Sep 2005 10:22:58 -0000	1.4
  +++ log_accum.pl	14 Sep 2005 15:29:22 -0000	1.5
  @@ -91,7 +91,7 @@
   $MAIL_CMD      = "| /usr/lib/sendmail -i -t";
   $MAIL_TO       = 'pkg-grass-devel at lists.alioth.debian.org';
   $MAIL_FROM     = 'DebianGis CVS Commit <pkg-grass-devel at lists.alioth.debian.org>';  #not needed if EMULATE_LOCAL_MAIL_USER
  -$SUBJECT_PRE   = 'DebianGis CVS update:';
  +$SUBJECT_PRE   = 'DebianGis CVS update: ';
   
   ############################################################
   #
  @@ -508,7 +508,7 @@
   $cvs_user = $ENV{'USER'} || getlogin || (getpwuid($<))[0] || sprintf("uid#%d",$<);
   @files = process_argv(@ARGV);
   @path = split('/', $files[0]);
  -$repository = $path[0];
  +#$repository = $path[0];
   if ($#path == 0) {
       $dir = ".";
   } else {
  
  
  



More information about the Pkg-grass-devel mailing list