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

Modified Files:
        Bootstrap.pm ChangeLog 
Log Message:
Fix my fix so it's not broken.


Index: Bootstrap.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Bootstrap.pm,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -d -r1.128 -r1.129
--- Bootstrap.pm        18 Jan 2006 07:02:54 -0000      1.128
+++ Bootstrap.pm        18 Jan 2006 18:26:07 -0000      1.129
@@ -162,7 +162,7 @@
                        "by this Fink release. Please update to Mac OS X ".
                        "10.0 or Darwin 1.3.");
                $distribution = "unknown";
-       elsif ($host =~ /^powerpc-apple-darwin1\.[34]/) {
+       } elsif ($host =~ /^powerpc-apple-darwin1\.[34]/) {
                &print_breaking("\nThis system is no longer supported " .
 "for current versions of fink.  Please use fink 0.12.1 or earlier.\n");
                $distribution = "10.1";
@@ -235,7 +235,7 @@
                        $distribution = "10.4-transitional";
                }
        } else {
-               &print_breaking("This system is unrecognized and not ".
+               &print_breaking("This system \"$host\" is unrecognized and not 
".
                        "supported by Fink.");
                $distribution = "unknown";
        }

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1225
retrieving revision 1.1226
diff -u -d -r1.1225 -r1.1226
--- ChangeLog   18 Jan 2006 07:02:54 -0000      1.1225
+++ ChangeLog   18 Jan 2006 18:26:07 -0000      1.1226
@@ -1,5 +1,9 @@
 2006-01-18  Daniel Macks  <[EMAIL PROTECTED]>
 
+       * Bootstrap.pm: clean up OS detection if/elsif/elsif a bit more.
+
+2006-01-18  Daniel Macks  <[EMAIL PROTECTED]>
+
        * Bootstrap.pm: clean up OS detection if/elsif/elsif a bit.
 
 2006-01-13  Daniel Macks  <[EMAIL PROTECTED]>



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to