Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4138

Modified Files:
        SelfUpdate.pm 
Log Message:
Better error message. This will allow me to get early notification when something 
happens to the mirror system

Index: SelfUpdate.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/SelfUpdate.pm,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- SelfUpdate.pm       2 Jul 2004 07:54:03 -0000       1.69
+++ SelfUpdate.pm       16 Jul 2004 18:16:41 -0000      1.70
@@ -532,7 +532,7 @@
 RSYNCAGAIN:
        $rsynchost = $origmirror->get_site_retry("", 0);
        if( !grep(/^rsync:/,$rsynchost) ) {
-               print "No mirrors worked!  Bailing.\n";
+               print "No mirror worked. This seems unusual, please submit a short 
summary of this event to [EMAIL PROTECTED] Thank you\n";
                exit 1;
        }
 



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to