Changeset 1324


Ignore:
Timestamp:
08/31/05 02:02:32 (8 years ago)
Author:
lunar
Message:

alternc-slavedns: changeset full mode
we can now use -f to always sync

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/slavedns

    r1323 r1324  
    9191      then 
    9292          # If the slave file has changed, synchronize it. 
    93           if diff ${CACHEDIR}/${conf}.temp ${CACHEDIR}/${conf} -q &>/dev/null 
     93          if  [ "$1" != "-f" ] && diff ${CACHEDIR}/${conf}.temp ${CACHEDIR}/${conf} -q &>/dev/null 
    9494          then 
    9595              echo "no change found for '${conf}'" 
Note: See TracChangeset for help on using the changeset viewer.