* Todd A. Jacobs > On Wed, 5 Mar 2003, P. E. Planques wrote: > > > Where should I look for the way to do it? > > One way to do it is to place "export LANG=<foo>" into /etc/profile. > There's also a gdm/xdm/kdm for it somewhere; you might want to explore > that.
Wouldn't it be better to make a local file in /etc/profile.d that does it? Then your changes may survive an upgrade, and it is easier to see what changes you have done. Here is my /etc/profile.d/local.sh: alias e='printenv | grep -i' http_proxy=http://cacheflow1.norges-bank.no:8080/; export http_proxy PROXY==http://cacheflow1.norges-bank.no:8080/ ; export PROXY ftp_proxy=http://cacheflow1.norges-bank.no:8080/ ; export ftp_proxy export EDITOR=emacs PATH=/usr/java/jdk13/bin:${PATH}:/usr/local/share/ant/bin JAVA_HOME=/usr/java/jdk13; export JAVA_HOME JBOSS_HOME=/usr/local/share/jboss; export JBOSS_HOME ANT_HOME=/usr/local/share/ant ; export ANT_HOME LESSCHARSET=latin1; export LESSCHARSET alias emacs='emacs -title $USER' -- Jon Haugsand, [EMAIL PROTECTED] http://www.norges-bank.no -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list