Hi,

this should be a simple question...
I have been  trying to restore the configuration I had in 10.1 after
upgrading to 10.2, i.e. to use the initialisation files in
/usr/share/tcsh/examples.
Following the README I tried to do this system-wide, by replacing the
files csh.cshrc, csh.login and csh.logout in /etc with new ones containing
respectively the lines

source /usr/share/tcsh/examples/rc
source /usr/share/tcsh/examples/login
source /usr/share/tcsh/examples/logout

This seemed to work, but apparently produced some problems, for instance
the fact that I could not launch XDarwin by clicking on the dock icon was
due to this modifications. Now, I'm happy to put modified initialisation
files in my home directory, but then the question is how do I make the
system read the init.csh in /sw/bin?
In other words the problem is that having a .tcshrc file in my home
directory the .cshrc containing

source /sw/bin/init.csh
if (! $?DISPLAY) then
  setenv DISPLAY :0.0
endif

is not read.
I guess this can be done in the .tcshrc file, but not simply adding the
above lines.

Many thanks in advance,

Stefano



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to