BackupGGCode / roster-dns-management

DNS Management system.
0 stars 2 forks source link

Cleanup dnscheckconfig #355

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
dnscheckconfig has redundant code and unused variable/flag declarations that 
need to be removed.  It also has code that creates directories, but does not 
remove them once it is complete, causing a potential space issue and leaving 
useless directories (there is no use for them once the tool is complete).  
There have been additions made to config_lib that perform several tasks that 
dnscheckconfig performs, so some of the code needs to be replaced with 
config_lib's functions.

Original issue reported on code.google.com by Cooke...@gmail.com on 11 Jan 2013 at 6:34

GoogleCodeExporter commented 9 years ago

Original comment by J.S.Pavlick@gmail.com on 14 Feb 2013 at 12:22

GoogleCodeExporter commented 9 years ago
Fixed in r1102

Original comment by J.S.Pavlick@gmail.com on 14 Feb 2013 at 2:56