diff options
author | wiz <wiz@pkgsrc.org> | 2005-08-02 09:55:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-08-02 09:55:37 +0000 |
commit | 203a51c8851e27c193434cf63fe8f98b86ccd920 (patch) | |
tree | 163939792e0ca180a2888646b2765845a60e87e2 /net/ddclient/patches | |
parent | 91dee4e09dfaedb8f744faab0a9c8969de3ab559 (diff) | |
download | pkgsrc-203a51c8851e27c193434cf63fe8f98b86ccd920.tar.gz |
Update to 3.6.6, provided by Geert Hendrickx in PR 30891:
3.6.6
- support for olitec-SX200
- added sample-etc_rc.d_init.d_ddclient.lsb as a sample script for lsb-compliant systems.
- support for linksys wrt854g (thanks to Nick Triantos)
- support for linksys ver 3
- support for Thomson (Alcatel) SpeedTouch 510 (thanks to Aldoir)
- Cosmetic fixes submitted by John Owens
3.6.5
- there was a bug in the linksys-ver2
- support for postscript (thanks to Larry Hendrickson)
- Changelog out of README
- modified all documentation to use /etc/ddclient/ddclient.conf (notified by nicolasmartin in bug [1070646])
3.6.4
- added support for NameCheap service (thanks to Dan Boardman)
- added support for linksys ver2 (thanks to Dan Perik)
3.6.3
- renamed sample-etc_dhclient-enter-hooks to sample-etc_dhclient-exit-hooks
- add support for the Allnet 1298 Router
- add -a to ifconfig to query all interfaces (for Solaris and OpenBSD)
- update the process status to reflect what is happening.
- add a To: line when sending e-mail
- add mail-failure to send mail on failures only
- try all addresses for multihomed hosts (like check.dyndns.org)
- add support for dnspark
- add sample for OrgDNS.org
Diffstat (limited to 'net/ddclient/patches')
-rw-r--r-- | net/ddclient/patches/patch-aa | 4 |
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/'; |