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

Modified Files:
        ChangeLog bootstrap.pl 
Log Message:
Update bootstrapping to new execute() API


Index: bootstrap.pl
===================================================================
RCS file: /cvsroot/fink/fink/bootstrap.pl,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- bootstrap.pl        2 Jan 2005 15:50:14 -0000       1.56
+++ bootstrap.pl        6 Jan 2005 19:48:02 -0000       1.57
@@ -147,7 +147,7 @@
                exit 1;
        }
        print "\n";
-       exit &execute($cmd, 1);
+       exit &execute($cmd, quiet=>1);
 } else {
        if (defined $ARGV[0] and substr($ARGV[0],0,1) eq ".") {
                $rootmethod = shift;

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/ChangeLog,v
retrieving revision 1.281
retrieving revision 1.282
diff -u -d -r1.281 -r1.282
--- ChangeLog   2 Jan 2005 15:50:14 -0000       1.281
+++ ChangeLog   6 Jan 2005 19:47:49 -0000       1.282
@@ -1,3 +1,7 @@
+2005-01-06  Daniel Macks  <[EMAIL PROTECTED]>
+
+       * bootstrap.pl: update to new Services::execute() API
+
 2005-01-02  Dave Morrison  <[EMAIL PROTECTED]>
 
        * all: updated Copyright notice



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to