]> git.pld-linux.org Git - packages/autodns.git/blob - autodns-config.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/autodns.git] / autodns-config.patch
1 --- ./autodns.pl.org    2005-04-08 13:51:13.000000000 +0000
2 +++ ./autodns.pl        2005-10-06 19:03:15.000000000 +0000
3 @@ -26,7 +26,7 @@
4  #
5  # Load our config
6  #
7 -my $file = '/etc/bind/autodns.conf';
8 +my $file = '/etc/autodns/autodns.conf';
9  unless (my $ret = do $file) {
10         warn "Couldn't parse $file\n" if $@;
11         warn "Couldn't do $file\n" unless defined $ret;
This page took 0.184161 seconds and 3 git commands to generate.