update-serial.pl
branchhs12
changeset 73 9c304b77cf02
parent 72 d3d2108f07da
child 75 4c0f518fd1be
equal deleted inserted replaced
72:d3d2108f07da 73:9c304b77cf02
    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;