ddclient/svn/patches/ubuntu/config_path.diff
wimpunk 2863dd459d Added debian and ubuntu patches
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@69 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2007-07-30 07:11:22 +00:00

11 lines
506 B
Diff

--- ddclient-3.7.1/ddclient.orig 2007-04-28 14:31:23.000000000 +0100
+++ ddclient-3.7.1/ddclient 2007-04-28 14:31:33.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 = '';