diff -r 8f49e2f51c0d -r 3d6bf3864d8a bin/update --- a/bin/update Tue Mar 20 13:38:12 2012 +0200 +++ b/bin/update Tue Mar 20 13:40:33 2012 +0200 @@ -809,19 +809,16 @@ log "Updating serials..." # zone deps... - update_serial pvl $ZONES/hosts/pvl $DATA/pvl.zone - update_serial 10 $ZONES/hosts/10 $DATA/10.zone - update_serial 192.168 $ZONES/hosts/192.168 $DATA/192.168.zone + # includes... + update_serial pvl $ZONES/hosts/pvl $DATA/pvl.zone + update_serial 10 $ZONES/hosts/10 $DATA/10.zone + update_serial 192.168 $ZONES/hosts/192.168 $DATA/192.168.zone - update_serial paivola \ - $ZONES/hosts/paivola:* \ - $DATA/paivola.zone \ + update_serial paivola $ZONES/hosts/paivola:* $DATA/paivola.zone \ $ZONES/includes/paivola:* \ $ZONES/includes/paivola.* - update_serial 194.197.235 \ - $ZONES/hosts/194.197.235 \ - $DATA/194.197.235.zone + update_serial 194.197.235 $ZONES/hosts/194.197.235 $DATA/194.197.235.zone ## Zones log "Updating zones..."