Author: poeml Date: 2009-02-24 19:41:32 -0700 (Tue, 24 Feb 2009) New Revision: 6572 Modified: trunk/tools/download-redirector-v2/scanner/scanner.pl Log: scanner: - for the new scan_top_include configuration directive, apply a fix for the case when this directive is empty when scanning via HTTP. Modified: trunk/tools/download-redirector-v2/scanner/scanner.pl =================================================================== --- trunk/tools/download-redirector-v2/scanner/scanner.pl 2009-02-25 01:29:58 UTC (rev 6571) +++ trunk/tools/download-redirector-v2/scanner/scanner.pl 2009-02-25 02:41:32 UTC (rev 6572) _at_@ -534,7 +534,7 @@ $included = 1; } } - if (("$name/" ne "/") && !$included) { + if (scalar(_at_top_include_list) && ("$name/" ne "/") && !$included) { print "$identifier: not in top_include_list: $name\n";# if $verbose > 1; return; } _______________________________________________ Opensuse-svn mailing list Opensuse-svn_at_forge.novell.com http://forge.novell.com/mailman/listinfo/opensuse-svn _______________________________________________ mirrorbrain-commits mailing list Note: To remove yourself from this list, send a mail with the content unsubscribe to the address mirrorbrain-commits-request_at_mirrorbrain.orgReceived on Wed Feb 25 2009 - 02:42:00 GMT
This archive was generated by hypermail 2.3.0 : Mon Feb 20 2012 - 23:47:04 GMT