perl/modules/W3C/LinkChecker/bin checklink,4.146,4.147

Update of /sources/public/perl/modules/W3C/LinkChecker/bin
In directory hutz:/tmp/cvs-serv22150/bin

Modified Files:
	checklink 
Log Message:
Make protocol disallowed info message more accurate.

Index: checklink
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink,v
retrieving revision 4.146
retrieving revision 4.147
diff -u -d -r4.146 -r4.147
--- checklink	10 Feb 2009 20:11:11 -0000	4.146
+++ checklink	10 Feb 2009 20:56:26 -0000	4.147
@@ -2176,7 +2176,7 @@
                RC_DNS_ERROR() => 'The hostname could not be resolved. Check the link for typos.',
                RC_IP_DISALLOWED() => sprintf('The link resolved to a %snon-public IP address%s, and this link checker instance has been configured to not access such addresses. This may be a real error or just a quirk of the name resolver configuration on the server where the link checker runs. Check the link manually, in particular its hostname/IP address.',
                                              $Opts{HTML} ? ('<a href="http://www.ietf.org/rfc/rfc1918.txt">', '</a>') : ('') x 2),
-               RC_PROTOCOL_DISALLOWED() => 'The link checker does not support checking links with this URI scheme.',
+               RC_PROTOCOL_DISALLOWED() => 'Accessing links with this URI scheme has been disabled in link checker.',
              );
   my %priority = ( 410 => 1,
                    404 => 2,

Received on Tuesday, 10 February 2009 20:56:37 UTC