Diff for /db/prgsrc/updateRS2.pl between versions 1.1 and 1.2

version 1.1, 2001/12/13 00:01:58 version 1.2, 2003/02/13 16:27:32
Line 42  use lib "../lib"; Line 42  use lib "../lib";
 use chgkfiles;  use chgkfiles;
 use Tie::Hash;  use Tie::Hash;
 use dbchgk;  use dbchgk;
 open (STDERR,">errors");  
   my $DUMPDIR = $ENV{DUMPDIR} || "../dump";
   open (STDERR,">$DUMPDIR/errors");
 my $initime=time;  my $initime=time;
 open TIME, ">time";   open TIME, ">$DUMPDIR/time"; 
 do "common.pl";  do "common.pl";
 do "chgk.cnf";  do "chgk.cnf";
   

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>