Diff for /foxridge-archiver/unarchiver.pl between versions 1.4 and 1.5

version 1.4, 2005/03/23 12:12:08 version 1.5, 2005/09/20 17:30:34
Line 18  $|=1; Line 18  $|=1;
 #  #
   
 # program version  # program version
 my $version = "0.3 (20.1.2005)";  my $version = "0.3.1 (21.6.2005)";
   
 # read command line parameters  # read command line parameters
 my $args = parseargs;  my $args = parseargs;
Line 196  sub run_retrieve { Line 196  sub run_retrieve {
     # destination dir is mount point      # destination dir is mount point
     $archparent = $archmount;      $archparent = $archmount;
     }      }
       logger("INFO", "looking for archives in $archmount...");
   
     print LOG "START unarchive $version on ", scalar localtime, "\n";      print LOG "START unarchive $version on ", scalar localtime, "\n";
     my $archcmd = $archprog;      my $archcmd = $archprog;

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


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