> need to assign the TERM variable depending on if user
 > is on console TERM=scoansi, but if it's on terminal
 > 'pts/#'  then TERM=vt100.. 
 > In .bash_profile I saw this.

 > if tty-type in 'tty[1,2,#]' ; then
 >  TERM=scoansi
 > else
 >  TERM=vt100
 > fi

Did you 'EXPORT TERM'?

AFAIK you need to do that to have it used.

CYA, Dave





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to