update: tidy up run update_serials
authorTero Marttila <terom@paivola.fi>
Tue, 20 Mar 2012 13:40:33 +0200
changeset 568 3d6bf3864d8a
parent 567 8f49e2f51c0d
child 569 3613e93e4fd7
update: tidy up run update_serials
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..."