--- ./autodns.pl.org 2005-04-08 13:51:13.000000000 +0000 +++ ./autodns.pl 2005-10-06 19:03:15.000000000 +0000 @@ -26,7 +26,7 @@ # # Load our config # -my $file = '/etc/bind/autodns.conf'; +my $file = '/etc/autodns/autodns.conf'; unless (my $ret = do $file) { warn "Couldn't parse $file\n" if $@; warn "Couldn't do $file\n" unless defined $ret;