From 43131c64d17c13b72aa0cdba772e6936d35414da Mon Sep 17 00:00:00 2001 From: wimpunk Date: Sat, 19 May 2007 11:40:57 +0000 Subject: [PATCH] Cosmetic change about checkip git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk/svn@48 3873ddee-7413-0410-b6c4-c2c57c1ab35a --- ddclient | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ddclient b/ddclient index 7017017..033c3c6 100755 --- a/ddclient +++ b/ddclient @@ -54,7 +54,8 @@ sub T_POSTS {'postscript'}; ## strategies for obtaining an ip address. my %builtinweb = ( - 'dyndns' => { 'url' => 'http://checkip.dyndns.org/', 'skip' => 'Current IP Address', }, + 'dyndns' => { 'url' => 'http://checkip.dyndns.org/', 'skip' => + 'Current IP Address:', }, 'dnspark' => { 'url' => 'http://ipdetect.dnspark.com/', 'skip' => 'Current Address:', }, ); my %builtinfw = (