Update of /cvsroot/fink/fink/perlmod/Fink
In directory usw-pr-cvs1:/tmp/cvs-serv9107
Modified Files:
ChangeLog Configure.pm
Log Message:
Small fix to the multi verbose configure phase
Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- ChangeLog 28 Jul 2002 17:15:30 -0000 1.177
+++ ChangeLog 31 Jul 2002 15:11:45 -0000 1.178
@@ -1,3 +1,8 @@
+2002-31-28 Justin F. Hallett <[EMAIL PROTECTED]>
+
+ * Small fix to Configure.pm for the verbosity level selection,
+ which was reported not working. Should be fine now.
+
2002-07-28 Justin F. Hallett <[EMAIL PROTECTED]>
* Added /sbin and /usr/sbin to the clean env since some pkgs need
Index: Configure.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Configure.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Configure.pm 22 Jul 2002 11:45:36 -0000 1.6
+++ Configure.pm 31 Jul 2002 15:11:45 -0000 1.7
@@ -65,7 +65,7 @@
}
$verbose =
- &prompt_selection("How verbose should Fink be?", 3, # Default option at index 4
-> "Low"
+ &prompt_selection("How verbose should Fink be?", 3,
{ 3 => "High (shows everything)",
2 => "Medium (shows almost everything)",
1 => "Low (don't show tarballs being expanded)",
-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits