diff -r 7c94598b7649 -r c47953192c5c bin/dnssec-keytool --- 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});