SVN: toys/rsget.pl/Get/SharingMatrix
sparky
sparky at pld-linux.org
Wed Jul 7 21:56:25 CEST 2010
Author: sparky
Date: Wed Jul 7 21:56:25 2010
New Revision: 11634
Modified:
toys/rsget.pl/Get/SharingMatrix
Log:
- fixed/updated "file not found" detection
Modified: toys/rsget.pl/Get/SharingMatrix
==============================================================================
--- toys/rsget.pl/Get/SharingMatrix (original)
+++ toys/rsget.pl/Get/SharingMatrix Wed Jul 7 21:56:25 2010
@@ -20,7 +20,8 @@
start:
GET( $-{_uri} );
- ERROR( "file not found" ) if m#File has been deleted#;
+ ERROR( "file not found" )
+ if m#<h1><span>The file has been deleted</span></h1>#;
if ( $self->{_cmd} ne "check" ) {
DELAY( 600, "free limit reached" )
More information about the pld-cvs-commit
mailing list