Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Apr 2001 01:39:18 +0300
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        mi@aldan.algebra.com
Cc:        "Andrey A. Chernov" <ache@nagual.pp.ru>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/share/syscons/fonts cp866u-8x14.fnt  cp866u-8x16.fnt         cp866u-8x8.fnt koi8-u-8x14.fnt koi8-u-8x16.fnt  koi8-u-8x8.fntINDEX.fonts Makefile src/share/syscons/keymaps          ua.koi8-u.sh ift.alt.kbd INDEX.keymaps Makefile ...
Message-ID:  <3ADF6916.ED6CCB8B@FreeBSD.org>
References:  <200104192219.f3JMJVC41452@misha.privatelabs.com>

next in thread | previous in thread | raw e-mail | index | archive | help
mi@aldan.algebra.com wrote:

> =You need to modify rc.conf manually too in any case.
>
> Yes,  to have  the fonts  loaded.  I thought,  that's all  it takes  (or
> including  the fonts  in kernel,  which is  what I  do). Having  to edit
> /etc/ttys (and merge the changes every time) is annoying :( I don't see,
> how this can  be overcome easily, however.

There is at least one another way. From the very top of my ~/.profile:

TERM=${TERM:-cons25r}
if [ x"${TERM}" = x"xterm" ]; then
        TERM=xterm-color
elif [ x"${TERM}" = x"cons25" ]; then
        TERM=cons25r
fi;
export TERM

-Maxim



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3ADF6916.ED6CCB8B>