Update of /cvsroot/fink/fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7387/fink-branch_0_24

Modified Files:
      Tag: branch_0_24
        ChangeLog bootstrap.pl 
Log Message:
As part of initial checks during bootstraping, report the fink version
so we can tell from error reports what version a user is using


Index: bootstrap.pl
===================================================================
RCS file: /cvsroot/fink/fink/bootstrap.pl,v
retrieving revision 1.60.2.6
retrieving revision 1.60.2.7
diff -u -d -r1.60.2.6 -r1.60.2.7
--- bootstrap.pl        20 Feb 2006 22:42:39 -0000      1.60.2.6
+++ bootstrap.pl        9 Mar 2006 03:35:56 -0000       1.60.2.7
@@ -73,12 +73,14 @@
 use lib "$FindBin::RealBin/perlmod";
 require Fink::Bootstrap;
 import Fink::Bootstrap qw(&check_host &check_files);
+require Fink::FinkVersion;
+import Fink::FinkVersion qw(&fink_version);
 
 my $res = check_files();
 if( $res == 1 ) {
        exit 1;
 }
-print " looks good.\n";
+printf " looks good (fink-%s).\n", fink_version();
 
 ### load some modules
 

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/ChangeLog,v
retrieving revision 1.304.2.41
retrieving revision 1.304.2.42
diff -u -d -r1.304.2.41 -r1.304.2.42
--- ChangeLog   21 Feb 2006 20:43:20 -0000      1.304.2.41
+++ ChangeLog   9 Mar 2006 03:35:56 -0000       1.304.2.42
@@ -1,3 +1,7 @@
+2006-03-08  Daniel Macks  <[EMAIL PROTECTED]>
+
+       * bootstrap.pl: Report fink version during initial checks.
+
 2006-02-20  Dave Morrison  <[EMAIL PROTECTED]>
 
        * VERSION: Bumped package manager version to 0.24.12, a release



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to