disable check_dhcp_conf check before copying; doesn't work because of includes
authorTero Marttila <terom@paivola.fi>
Fri, 23 Mar 2012 15:15:22 +0200
changeset 70 68b67c7f2dd1
parent 69 88a7683efc54
child 71 e0576a968171
disable check_dhcp_conf check before copying; doesn't work because of includes
bin/update
--- a/bin/update	Fri Mar 23 15:10:23 2012 +0200
+++ b/bin/update	Fri Mar 23 15:15:22 2012 +0200
@@ -199,13 +199,15 @@
 
     log "Copying DHCP configs..."
         for conf in "${DHCP_CONFS[@]}"; do
+            # XXX: ei toimi, koska conf:it riippuu toisistaan include:ien takia
+            # check_dhcp_conf     $conf
+
             #                   conf               base
-            check_dhcp_conf     $conf
             copy_dhcp_conf      $conf
         done
 
     log "Testing dhcp..."
-        # this is partially redundant with the above check_dhcp_hosts, but doesn't matter
+        # checks the whole dhcpd.conf, with all includes..
         check_dhcp
 }