ddclient/ddclient-3.6.5-config.patch

12 lines
453 B
Diff
Raw Normal View History

--- ddclient-3.6.5/ddclient.orig 2004-11-24 17:23:55.000000000 +0100
+++ ddclient-3.6.5/ddclient 2005-03-29 14:13:16.000000000 +0200
@@ -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 $savedir = ($program =~ /test/i) ? 'URL/' : '/tmp/';
my $msgs = '';
my $last_msgs = '';