Update of /cvsroot/fink/experimental/gecko2/scripts
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv17037

Modified Files:
        checkrsyncmirrors.pl 
Log Message:
some minor changes =)


Index: checkrsyncmirrors.pl
===================================================================
RCS file: /cvsroot/fink/experimental/gecko2/scripts/checkrsyncmirrors.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- checkrsyncmirrors.pl        28 Mar 2010 07:39:18 -0000      1.1
+++ checkrsyncmirrors.pl        5 Sep 2010 08:56:14 -0000       1.2
@@ -13,12 +13,11 @@
 my $command_result;
 my $ts;
 my @files = ('TIMESTAMP', 'LOCAL');
-#my @files = ('TIMESTAMP');
 my $file;
 my $mirrorname;
 my @mirrornameparts;
 
-open($mirror_FH, '<', "$basepath/lib/fink/mirror/rsync") || die "Could not 
open rsync mirrors file\n";
+open($mirror_FH, '<', "/sw/fink/mirror/rsync") || die "Could not open rsync 
mirrors file\n";
 while (<$mirror_FH>) {
        if($_ =~ /(^...-..: |Primary: )(rsync:\/\/.*)/) {
                $mirror = $2;


------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to