From e9cdb27f95c2d16f687a7be486ec87b2f1d6ba2b Mon Sep 17 00:00:00 2001 From: wimpunk Date: Sat, 2 Dec 2006 14:11:48 +0000 Subject: [PATCH] Applied abuse_msg.diff: ddclient still reports the email to contact dyndns.org but they prefer a web form today (IIRC). This patch adjusts the abuse warning printed by ddclient. (submitted by Torsten) git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@32 3873ddee-7413-0410-b6c4-c2c57c1ab35a --- svn/ddclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svn/ddclient b/svn/ddclient index b1801b8..075cf0f 100755 --- a/svn/ddclient +++ b/svn/ddclient @@ -2215,7 +2215,7 @@ sub nic_dyndns2_update { '!yours' => 'The hostname specified exists, but not under the username currently being used', '!donator' => 'The offline setting was set, when the user is not a donator', '!active' => 'The hostname specified is in a Custom DNS domain which has not yet been activated.', - 'abuse', => 'The hostname specified is blocked for abuse; contact support@dyndns.org to be unblocked', + 'abuse', => 'The hostname specified is blocked for abuse; fill in the form at http://support.dyndns.org/abuse.php to be unblocked', 'numhost' => 'System error: Too many or too few hosts found. Contact support@dyndns.org', 'dnserr' => 'System error: DNS error encountered. Contact support@dyndns.org',