]> git.pld-linux.org Git - packages/autodns.git/blame - autodns-config.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/autodns.git] / autodns-config.patch
CommitLineData
5db8ac01
PG
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 @@
9408dcf9 4 #
5db8ac01 5 # Load our config
9408dcf9 6 #
5db8ac01
PG
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.042103 seconds and 4 git commands to generate.