23 lines
1020 B
Diff
23 lines
1020 B
Diff
--- ddclient-3.7.1/ddclient.orig 2007-01-25 16:42:22.000000000 +0100
|
|
+++ ddclient-3.7.1/ddclient 2007-02-12 16:09:53.000000000 +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 = '';
|
|
--- ddclient-3.7.1/sample-etc_ddclient.conf.orig 2007-02-13 09:40:04.000000000 +0100
|
|
+++ ddclient-3.7.1/sample-etc_ddclient.conf 2007-02-13 09:40:48.000000000 +0100
|
|
@@ -23,7 +23,7 @@
|
|
#mail=root # mail all msgs to root
|
|
mail-failure=root # mail failed update msgs to root
|
|
pid=/var/run/ddclient.pid # record PID in file.
|
|
-ssl=yes # use ssl-support. Works with
|
|
+ssl=no # use ssl-support. Works with
|
|
# ssl-library
|
|
#
|
|
#use=watchguard-soho, fw=192.168.111.1:80 # via Watchguard's SOHO FW
|