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
Original issue reported on code.google.com by
Cooke...@gmail.com
on 11 Jan 2013 at 6:34