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