branch | hs12 |
changeset 85 | c47953192c5c |
parent 77 | 35905799cfd1 |
child 104 | 3c725372a1ce |
--- a/bin/dnssec-keytool Sun Jan 16 17:28:48 2011 +0100 +++ b/bin/dnssec-keytool Sun Jan 16 17:29:01 2011 +0100 @@ -3,7 +3,6 @@ use v5.10; use warnings; use strict; -use FindBin; use File::Temp; use Getopt::Long; use Pod::Usage; @@ -23,7 +22,7 @@ MAIN: { ### reading config - my %conf = get_config("$FindBin::Bin/dnstools.conf", "/etc/dnstools.conf"); + my %conf = get_config(); my ($cmd, @zones) = read_argv($conf{master_dir});