Update of /cvsroot/fink/fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25125
Modified Files:
Tag: branch_0_24
ChangeLog postinstall.pl.in
Log Message:
backport rest of spotlight protection
Index: postinstall.pl.in
===================================================================
RCS file: /cvsroot/fink/fink/postinstall.pl.in,v
retrieving revision 1.27.2.2
retrieving revision 1.27.2.3
diff -u -d -r1.27.2.2 -r1.27.2.3
--- postinstall.pl.in 9 Jun 2005 19:01:01 -0000 1.27.2.2
+++ postinstall.pl.in 12 Jul 2005 18:32:26 -0000 1.27.2.3
@@ -34,7 +34,7 @@
use Fink::CLI qw(&print_breaking &prompt_boolean);
use Fink::Config qw($config);
-use Fink::Configure qw($conf_file_compat_version);
+use Fink::Configure qw($conf_file_compat_version &spotlight_warning);
use File::Find;
use File::Basename;
@@ -249,6 +249,11 @@
else {
print "Please remember to call 'fink configure' later!\n\n";
}
+} else {
+ # Only ask if not configuring, configure will ask later
+ if (&spotlight_warning()) {
+ $config->save;
+ }
}
Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/ChangeLog,v
retrieving revision 1.304.2.18
retrieving revision 1.304.2.19
diff -u -d -r1.304.2.18 -r1.304.2.19
--- ChangeLog 12 Jul 2005 18:09:28 -0000 1.304.2.18
+++ ChangeLog 12 Jul 2005 18:32:25 -0000 1.304.2.19
@@ -1,5 +1,9 @@
2005-07-12 Dave Vasilevsky <[EMAIL PROTECTED]>
+ * postinstall.pl.in: Backport rest of spotlight protection.
+
+2005-07-12 Dave Vasilevsky <[EMAIL PROTECTED]>
+
* g++-wrapper.in, .cvsignore, install.sh, setup.sh: Backport
path-prefix in .deb.
-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits