Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1:/tmp/cvs-serv11082

Modified Files:
        Package.pm 
Log Message:
Testing preliminary fix for bug 675815. 
<https://sourceforge.net/tracker/?func=detail&atid=117203&aid=675815&group_id=17203>

Index: Package.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Package.pm,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- Package.pm  24 Jan 2003 22:14:04 -0000      1.30
+++ Package.pm  27 Jan 2003 23:59:53 -0000      1.31
@@ -349,13 +349,13 @@
       }
       
       # If the index is not outdated, we can use it, and thus safe a lot of time
-      if (not $db_outdated) {
+#      if (not $db_outdated) {
        %package_hash = %{Storable::retrieve("$basepath/var/db/fink.db")};
        my ($pkgtmp);
        foreach $pkgtmp (keys %package_hash) {
          push @package_list, $package_hash{$pkgtmp};
        }
-      }
+#      }
     }
   }
   



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to