[BACK]Return to send.pm CVS log [TXT][DIR] Up to [local] / wpscripts / ztransfer

Diff for /wpscripts/ztransfer/send.pm between version 1.1 and 1.2

version 1.1, 2011/06/03 09:28:47 version 1.2, 2011/06/03 11:03:41
Line 8 
Line 8 
 use warnings;  use warnings;
   
 # spool path constants (without leading slash)  # spool path constants (without leading slash)
 our $SPOOL_ZAYAVKI        = "/usr/backup/wp/zayavki";  our $SPOOL_ZAYAVKI        = "/mnt/archive/archive/wp/zayavki";
 our $SPOOL_PROBAS         = "/usr/backup/wp/proba";  our $SPOOL_PROBAS         = "/mnt/archive/archive/wp/proba";
 our $SPOOL_TMPDIR         = "/usr/backup/temp";  our $SPOOL_TMPDIR         = "/mnt/archive/archive/temp";
   
 # temp variables for map table lookup  # temp variables for map table lookup
 our $ret;  our $ret;
Line 85 
Line 85 
         else          else
         {          {
             # hardcoded              # hardcoded
           # how maket/rmt_maket could be used there?
             $remotepaths[$i] =~ s/V(1)/zV7/;              $remotepaths[$i] =~ s/V(1)/zV7/;
             $remotepaths[$i] =~ s/V(2)/zV8/;              $remotepaths[$i] =~ s/V(2)/zV8/;
             $remotepaths[$i] =~ s/V(3)/zV6/;              $remotepaths[$i] =~ s/V(3)/zV6/;

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

CVSweb