Index: ddclient-3.7.0/ddclient =================================================================== --- ddclient-3.7.0.orig/ddclient 2006-12-01 23:22:37.151893960 +0100 +++ ddclient-3.7.0/ddclient 2006-12-01 23:22:37.171890909 +0100 @@ -21,7 +21,7 @@ $program =~ s/d$//; my $now = time; my $hostname = hostname(); -my $etc = ($program =~ /test/i) ? './' : '/etc/ddclient/'; +my $etc = ($program =~ /test/i) ? './' : '/etc/'; my $cachedir = ($program =~ /test/i) ? './' : '/var/cache/ddclient/'; my $savedir = ($program =~ /test/i) ? 'URL/' : '/tmp/'; my $msgs = '';