From owner-cvs-all Thu Apr 19 15:40:28 2001 Delivered-To: cvs-all@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id 5915F37B42C; Thu, 19 Apr 2001 15:40:16 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vic.sabbo.net (dialup11-41.iptelecom.net.ua [212.9.228.169]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id BAA83349; Fri, 20 Apr 2001 01:40:10 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.3/8.11.2) with ESMTP id f3JMdd200981; Fri, 20 Apr 2001 01:39:39 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3ADF6916.ED6CCB8B@FreeBSD.org> Date: Fri, 20 Apr 2001 01:39:18 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.77 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: mi@aldan.algebra.com Cc: "Andrey A. Chernov" , 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 ... References: <200104192219.f3JMJVC41452@misha.privatelabs.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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