On Fri, 21 Jan 2005 13:45:00 -0300, Pupeno wrote: > I'm currently defining the language to use in my gentoo installation by > adding LANG="en_US.UTF-8" > LC_ALL="en_US.UTF-8" > export LANG LC_ALL > to /etc/profile, which afaik, it's bash only, is there a better place to > specify it ? a better way to do it ?
I created file /etc/env.d/55locale and put locale specific variables there. Then env-update && source /etc/profile -- [email protected] mailing list
