Remove spaces from dbtool mysql driver config
[hcoop/domtool2.git] / configDefault / bind.cfg
index 4756423..faa61f3 100644 (file)
@@ -3,10 +3,10 @@ structure Bind :> BIND_CONFIG = struct
 val defaultTTL = 172800
 
 val zonePath = "/var/domtool/zones"
+val zonePath_real = "/etc/bind/zones"
 
 val namedConf = "/var/domtool/named.conf.local"
 
-val reload = "/usr/bin/rsync --delete /var/domtool/zones/* /etc/bind/zones/ ; /bin/cp /var/domtool/named.conf.local /etc/bind/ ; echo \"I would reload Bind now.\""
-(*"/etc/init.d/bind9 reload"*)
+val reload = "/usr/bin/sudo /usr/local/sbin/domtool-publish bind"
 
 end