equal
deleted
inserted
replaced
50 }, |
50 }, |
51 ) or pod2usage; |
51 ) or pod2usage; |
52 |
52 |
53 # merge the config and the defined options from commandline |
53 # merge the config and the defined options from commandline |
54 %config = get_config("$FindBin::Bin/dnstools.conf", "/etc/dnstools.conf", \%opt); |
54 %config = get_config("$FindBin::Bin/dnstools.conf", "/etc/dnstools.conf", \%opt); |
55 |
|
56 ### %config |
|
57 exit; |
|
58 |
55 |
59 our $bind_dir = $config{bind_dir}; |
56 our $bind_dir = $config{bind_dir}; |
60 our $conf_dir = $config{zone_conf_dir}; |
57 our $conf_dir = $config{zone_conf_dir}; |
61 |
58 |
62 my @candidates = @ARGV ? zones(@ARGV) : changed_zones; |
59 my @candidates = @ARGV ? zones(@ARGV) : changed_zones; |