Re: LC_LANG and Init

2004-12-13 Thread Christian
Am Dienstag, 14. Dezember 2004 00:11 schrieb Miquel van Smoorenburg: > In article <[EMAIL PROTECTED]>, > > Christian Schaefer <[EMAIL PROTECTED]> wrote: > >Hi, > > > >how can I set environment variables for processes listed in > >/etc/inittab? Especially LC_LANG which is needed for correct running

Re: LC_LANG and Init

2004-12-13 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>, Christian Schaefer <[EMAIL PROTECTED]> wrote: >Hi, > >how can I set environment variables for processes listed in >/etc/inittab? Especially LC_LANG which is needed for correct running >(german umlauts) of a backup client. aa:2:respawn:/bin/sh 'LC_LANG=de_whatever

Re: LC_LANG and Init

2004-12-13 Thread Christian
Am Montag, 13. Dezember 2004 10:47 schrieb Christian Schaefer: > Hi, > > how can I set environment variables for processes listed in > /etc/inittab? Especially LC_LANG which is needed for correct running > (german umlauts) of a backup client. > > The file /etc/environment doesn't seem to be the rig

LC_LANG and Init

2004-12-13 Thread Christian Schaefer
Hi, how can I set environment variables for processes listed in /etc/inittab? Especially LC_LANG which is needed for correct running (german umlauts) of a backup client. The file /etc/environment doesn't seem to be the right place. I tried it also with putting the line '/usr/bin/env LC_ALL=en_U