Re: font problem during rc WAS: tput and clear problem

2002-09-22 Thread Jimmy Lantz
> > > #!/bin/sh > > LC_ALL=sv_SE.ISO_8859-1; export LC_ALL > > LANG=sv_SE.ISO_8859-1; export LANG > >That's not a good idea, IMO. It is better to set LC_CTYPE >only. Setting LC_ALL and LANG will change the output format >of several important commands, including "date", "ps", "ls" >and others

Re: font problem during rc WAS: tput and clear problem

2002-09-22 Thread Oliver Fromme
Jimmy Lantz <[EMAIL PROTECTED]> wrote: > #!/bin/sh > LC_ALL=sv_SE.ISO_8859-1; export LC_ALL > LANG=sv_SE.ISO_8859-1; export LANG That's not a good idea, IMO. It is better to set LC_CTYPE only. Setting LC_ALL and LANG will change the output format of several important commands, including "dat

font problem during rc WAS: tput and clear problem

2002-09-21 Thread Jimmy Lantz
> > > I'm trying to run a shellscript during the rc (output to monitor > connected > > directly to server) > > >You should set the TERM environment variable to the terminal >that you're using as console. If you're using the syscons >internal console, do this at the beginning of your script: >