[BACK]Return to daily CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/daily between version 1.65 and 1.66

version 1.65, 2009/05/25 21:31:24 version 1.66, 2009/05/26 22:59:15
Line 175 
Line 175 
 next_part "Running rdist:"  next_part "Running rdist:"
 if [ -f /etc/Distfile ]; then  if [ -f /etc/Distfile ]; then
         if [ -d /var/log/rdist ]; then          if [ -d /var/log/rdist ]; then
                 logf=`date +%Y.%b.%e`                  rdist -f /etc/Distfile 2>&1 | tee /var/log/rdist/`date +%F`
                 rdist -f /etc/Distfile 2>&1 | tee /var/log/rdist/$logf  
         else          else
                 rdist -f /etc/Distfile                  rdist -f /etc/Distfile
         fi          fi

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66