#
# Regular cron jobs for the dns-bind9 package
#

# DNS Update
0 * * * * root [ -f /var/lib/gforge/bind/dns.head ] && [ -x /usr/share/gforge/bin/dns_conf.pl ] && /usr/share/gforge/bin/dns_conf.pl &&  /usr/sbin/invoke-rc.d --quiet bind9 reload 
