Author: poeml Date: 2009-02-04 13:29:15 -0700 (Wed, 04 Feb 2009) New Revision: 6379 Modified: trunk/tools/download-redirector-v2/scanner/scanner.pl Log: scanner: spelling fix Modified: trunk/tools/download-redirector-v2/scanner/scanner.pl =================================================================== --- trunk/tools/download-redirector-v2/scanner/scanner.pl 2009-02-04 20:28:39 UTC (rev 6378) +++ trunk/tools/download-redirector-v2/scanner/scanner.pl 2009-02-04 20:29:15 UTC (rev 6379) @@ -112,7 +112,7 @@ $SIG{USR1} = sub { $verbose++; warn "sigusr1 seen. ++verbose = $verbose\n"; }; $SIG{USR2} = sub { $verbose--; warn "sigusr2 seen. --verbose = $verbose\n"; }; -$SIG{ALRM} = sub { $verbose++; $verbose++; die "rsync timout...\n" }; +$SIG{ALRM} = sub { $verbose++; $verbose++; die "rsync timeout...\n" }; $ENV{FTP_PASSIVE} = 1; # used in LWP only, Net::FTP ignores this. _______________________________________________ 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 2009-02-04Z20:29:42
This archive was generated by hypermail 2.2.0 : 2009-07-10Z19:18:11 GMT