summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Verwilst <verwilst@gentoo.org>2001-11-27 14:10:30 +0000
committerBart Verwilst <verwilst@gentoo.org>2001-11-27 14:10:30 +0000
commit174b1cc6d20aa483b9ab3206ba84a12bc14158af (patch)
treedc0883d883855510b118169e3f6c382ae236d579 /net-misc
parentUpgraded ddclient to version 3.6 (diff)
downloadhistorical-174b1cc6d20aa483b9ab3206ba84a12bc14158af.tar.gz
historical-174b1cc6d20aa483b9ab3206ba84a12bc14158af.tar.bz2
historical-174b1cc6d20aa483b9ab3206ba84a12bc14158af.zip
Missed a diff file from the previous ddclient. Removed now.
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/ddclient/files/ddclient-3.4.2-gentoo.diff11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-misc/ddclient/files/ddclient-3.4.2-gentoo.diff b/net-misc/ddclient/files/ddclient-3.4.2-gentoo.diff
deleted file mode 100644
index 3c963d83fcd0..000000000000
--- a/net-misc/ddclient/files/ddclient-3.4.2-gentoo.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- ddclient-3.4.2/ddclient~ Mon Jul 2 18:18:12 2001
-+++ ddclient-3.4.2/ddclient Mon Jul 9 16:52:02 2001
-@@ -20,7 +20,7 @@
- $program =~ s/d$//;
- my $now = time;
- my $hostname = hostname();
--my $etc = ($program =~ /test/i) ? './' : '/etc/';
-+my $etc = ($program =~ /test/i) ? './' : '/etc/ddclient/';
- my $savedir = ($program =~ /test/i) ? 'URL/' : '/tmp/';
- my $msgs = '';
- my $last_msgs = '';