View previous topic :: View next topic |
Author |
Message |
HelAu n00b

Joined: 09 Feb 2004 Posts: 59
|
Posted: Wed Feb 14, 2007 10:37 am Post subject: profile.csh - Where is it coming from |
|
|
Hello,
Which tool creates the /etc/profile.csh and which applications are using this one.
This file contains a lot of "old" settings after upgrading java, kde etc ...
Thanks in advance
Helmut |
|
Back to top |
|
 |
limn l33t

Joined: 13 May 2005 Posts: 997
|
Posted: Wed Feb 14, 2007 4:45 pm Post subject: |
|
|
head -2 /etc/profile.csh wrote: |
# Configuration file for eselect
# This file has been automatically generated.
|
This file is actually created by eselect. You can update it with
It looks to be intended to serve the same function as /etc/profile.env for csh/tcsh users.
For more information you might check /usr/share/docs/eselect-<version> or contact one of the developers. |
|
Back to top |
|
 |
|