Diff for /db/prgsrc/mkRS.pl between versions 1.3 and 1.4

version 1.3, 2001/10/31 04:38:03 version 1.4, 2001/11/01 01:44:59
Line 40  use chgkfiles; Line 40  use chgkfiles;
 use dbchgk;  use dbchgk;
 my $minstop=2000;  my $minstop=2000;
 open (STDERR,">errors");  open (STDERR,">errors");
 do "../bin/common.pl";  do "common.pl";
 do "../bin/chgk.cnf";  do "chgk.cnf";
   
 die "Undefined \$maxwsize! check your chgk.cnf" unless $maxwsize;  die "Undefined \$maxwsize! check your chgk.cnf" unless $maxwsize;
   

Removed from v.1.3  
changed lines
  Added in v.1.4


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