BackupGGCode / roster-dns-management

DNS Management system.
0 stars 2 forks source link

dnscheckconfig does not untar dns tree, and calls CheckDnsServer unnecessarily. #352

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
dnscheckconfig does not untar the exported dns tree into the root_config_dir. 
This is not a problem if run via dnsexportconfig, because dnsexport config 
untars the tree. Also, in the unittests, the tree is untarred manually many 
times, so this has slipped by as a non issue.

Also, dnscheckconfig calls CheckDnsServer, while that is dnsservercheck's job.

Original issue reported on code.google.com by J.S.Pavlick@gmail.com on 2 Jan 2013 at 8:41

GoogleCodeExporter commented 9 years ago
Fixed in r1084

Original comment by J.S.Pavlick@gmail.com on 3 Jan 2013 at 2:21