-- Dave
On Dec 7, 2004, at 10:20 PM, Daniel Macks wrote:
Update of /cvsroot/fink/fink/perlmod/Fink In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27911
Modified Files: ChangeLog Config.pm Log Message: Default to Verbose=3 (as per manpage)
Index: Config.pm =================================================================== RCS file: /cvsroot/fink/fink/perlmod/Fink/Config.pm,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- Config.pm 7 Dec 2004 22:56:13 -0000 1.36 +++ Config.pm 8 Dec 2004 03:20:51 -0000 1.37 @@ -538,7 +538,7 @@ =cut
sub verbosity_level { - my $verblevel = $config->param_default("Verbose", 1); + my $verblevel = $config->param_default("Verbose", 3); my $verbosity = get_option("verbosity");
if ($verbosity != -1 && ($verbosity == 4 || $verblevel eq "4" || $verblevel eq "true" || $verblevel eq "pedantic")) {
Index: ChangeLog =================================================================== RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v retrieving revision 1.771 retrieving revision 1.772 diff -u -d -r1.771 -r1.772 --- ChangeLog 7 Dec 2004 22:56:12 -0000 1.771 +++ ChangeLog 8 Dec 2004 03:20:51 -0000 1.772 @@ -1,5 +1,9 @@ 2004-12-07 Daniel Macks <[EMAIL PROTECTED]>
+ * Config.pm: Default to Verbose=3.
+
+2004-12-07 Daniel Macks <[EMAIL PROTECTED]>
+
* Config.pm, Configure.pm: New Verbose=4 setting.
* Configure.pm: Default to Verbose=3 (sync with fink.conf manpage).
* Validation.pm: Require Verbose>3 to do pedantic Description checks.
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel