Update of /cvsroot/fink/fink/perlmod/Fink
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21126

Modified Files:
        ChangeLog Engine.pm 
Log Message:
-m sets lots of flags...easier to stay in this mode and have no added
effect than to try to figure out how to disable it and when it makes
sense to do so.


Index: Engine.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Engine.pm,v
retrieving revision 1.435
retrieving revision 1.436
diff -u -d -r1.435 -r1.436
--- Engine.pm   28 Apr 2009 14:51:07 -0000      1.435
+++ Engine.pm   9 May 2009 18:08:37 -0000       1.436
@@ -249,12 +249,7 @@
        }
 
        if (Fink::Config::get_option("maintainermode")) {
-               if (grep { $commands{$_}->[0] eq $proc } qw/ build rebuild 
install reinstall update dumpinfo /) {
-                       print STDERR "Running in Maintainer Mode\n";
-               } else {
-                       &print_breaking("Maintainer mode is only available for 
(re)build, (re)install, update, and dumpinfo. Continuing $cmd without 
maintainer mode...");
-                       Fink::Config::set_options( { "maintainermode" => 0 } );
-               }
+               print STDERR "Running in Maintainer Mode\n";
        }
        
        # Run the command

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1610
retrieving revision 1.1611
diff -u -d -r1.1610 -r1.1611
--- ChangeLog   8 May 2009 17:39:36 -0000       1.1610
+++ ChangeLog   9 May 2009 18:08:37 -0000       1.1611
@@ -1,3 +1,8 @@
+2009-05-09  Daniel Macks  <dma...@netspace.org>
+
+       * Engine.pm: -m mode has some effect in other actions and also has
+       lots of effects beyond one options token.
+
 2009-05-08  Dave Morrison  <d...@finkproject.org>
 
        * Services.pm: dpkg_lockwait now specifies the full path to the


------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to