summaryrefslogtreecommitdiff
path: root/net/ddclient/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/ddclient/patches/patch-aa')
-rw-r--r--net/ddclient/patches/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ddclient/patches/patch-aa b/net/ddclient/patches/patch-aa
index e200b1c49d6..da50925c81f 100644
--- a/net/ddclient/patches/patch-aa
+++ b/net/ddclient/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.2 2001/12/09 19:55:36 jlam Exp $
+$NetBSD: patch-aa,v 1.3 2005/08/02 09:55:38 wiz Exp $
--- ddclient.orig Sun Nov 18 19:54:48 2001
+++ ddclient
@@ -9,6 +9,6 @@ $NetBSD: patch-aa,v 1.2 2001/12/09 19:55:36 jlam Exp $
######################################################################
@@ -22,3 +21,3 @@
my $hostname = hostname();
--my $etc = ($program =~ /test/i) ? './' : '/etc/';
+-my $etc = ($program =~ /test/i) ? './' : '/etc/ddclient/';
+my $etc = ($program =~ /test/i) ? './' : '@PKG_SYSCONFDIR@/';
my $savedir = ($program =~ /test/i) ? 'URL/' : '/tmp/';