Ignore:
Timestamp:
06/22/11 11:28:14 (2 years ago)
Author:
fufroma
Message:

Bug dans le rndc reload
Vinci : a tager + rebuilder
Xals : a merger dans trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • alternc/branches/stable-1.0/src/update_domains.sh

    r3061 r3075  
    136136 
    137137# we assume we run apache and bind on the master 
    138 /usr/bin/alternc_reload $( cat "$RELOAD_ZONES") || true 
     138tempo=$(cat "$RELOAD_ZONES"|tr '\n' ' ') 
     139/usr/bin/alternc_reload $tempo || true 
    139140for slave in $ALTERNC_SLAVES; do 
    140141    if [ "$slave" != "localhost" ]; then 
    141         ssh alternc@$slave alternc_reload $(cat "$RELOAD_ZONES") || true 
     142        ssh alternc@$slave alternc_reload $tempo || true 
    142143    fi 
    143144done 
     
    147148exit 0 
    148149 
    149  
Note: See TracChangeset for help on using the changeset viewer.