From 07e20debfebe6fd19e7a00aed6326c8b0238aa9f Mon Sep 17 00:00:00 2001 From: wimpunk Date: Wed, 1 Aug 2007 07:31:43 +0000 Subject: [PATCH] Applied typo_dnspark.patch send by Marco git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk/svn@77 3873ddee-7413-0410-b6c4-c2c57c1ab35a --- ddclient | 2 +- patches/typo_dnspark.patch | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 patches/typo_dnspark.patch diff --git a/ddclient b/ddclient index ddff430..a4a09fc 100755 --- a/ddclient +++ b/ddclient @@ -2875,7 +2875,7 @@ o 'dnspark' The 'dnspark' protocol is used by DNS service offered by www.dnspark.com. -Configuration variables applicable to the 'easydns' protocol are: +Configuration variables applicable to the 'dnspark' protocol are: protocol=dnspark ## server=fqdn.of.service ## defaults to www.dnspark.com backupmx=no|yes ## indicates that DNSPark should be the secondary MX diff --git a/patches/typo_dnspark.patch b/patches/typo_dnspark.patch new file mode 100644 index 0000000..aa9bbdd --- /dev/null +++ b/patches/typo_dnspark.patch @@ -0,0 +1,15 @@ +# +# typo_dnspark.patch send by Marco. +# Applied on ddclient Rev 72 +# +--- ddclient.orig 2007-07-31 15:44:20.000000000 +0100 ++++ ddclient 2007-07-31 15:45:52.000000000 +0100 +@@ -2875,7 +2875,7 @@ + + The 'dnspark' protocol is used by DNS service offered by www.dnspark.com. + +-Configuration variables applicable to the 'easydns' protocol are: ++Configuration variables applicable to the 'dnspark' protocol are: + protocol=dnspark ## + server=fqdn.of.service ## defaults to www.dnspark.com + backupmx=no|yes ## indicates that DNSPark should be the secondary MX