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

Modified Files:
        bootstrap.pl ChangeLog 
Log Message:
Give bash instructions for shell setups instead of csh.


Index: bootstrap.pl
===================================================================
RCS file: /cvsroot/fink/fink/bootstrap.pl,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- bootstrap.pl        5 Apr 2005 03:14:02 -0000       1.62
+++ bootstrap.pl        23 May 2005 22:04:03 -0000      1.63
@@ -453,11 +453,14 @@
 print "\n";
 &print_breaking($endmsg);
 print "\n";
-&print_breaking("Run 'source $installto/bin/init.csh ; rehash' to set ".
-                               "up this Terminal's environment to use Fink. To 
make the ".
-                               "software installed by Fink available in all of 
your ".
-                               "shells, add 'source $installto/bin/init.csh' 
to the ".
-                               "init script '.cshrc' in your home directory. 
Enjoy.");
+&print_breaking(
+    "Run '. $installto/bin/init.sh' to set up this terminal session ".
+    "environment to use Fink. To make the software installed by Fink ".
+    "available in all of your future terminal shells, add ".
+    "'. $installto/bin/init.sh' to the init script '.profile' or ".
+    "'.bash_profile' in your home directory. The program ".
+    "$installto/bin/pathsetup.sh can help with this. Enjoy."
+);
 print "\n";
 
 ### eof

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/ChangeLog,v
retrieving revision 1.340
retrieving revision 1.341
diff -u -d -r1.340 -r1.341
--- ChangeLog   23 May 2005 20:36:31 -0000      1.340
+++ ChangeLog   23 May 2005 22:04:03 -0000      1.341
@@ -1,5 +1,9 @@
 2005-05-23  Daniel Macks  <[EMAIL PROTECTED]>
 
+       * bootstrap.pl: Suggest the bash shell setups instead of csh.
+
+2005-05-23  Daniel Macks  <[EMAIL PROTECTED]>
+
        * fink.in, postinstall.pl.in: Roll back last commit.
 
 2005-05-23  Daniel Macks  <[EMAIL PROTECTED]>



-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to