From den@volginfo.ru  Mon Nov 25 00:36:35 2002
Return-Path: <den@volginfo.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0D88E37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 25 Nov 2002 00:36:35 -0800 (PST)
Received: from vsmi.ru (ns.vsmi.ru [217.23.84.98])
	by mx1.FreeBSD.org (Postfix) with SMTP id 4DAA043E4A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 25 Nov 2002 00:36:32 -0800 (PST)
	(envelope-from den@volginfo.ru)
Received: (qmail 85575 invoked by uid 85); 25 Nov 2002 11:41:43 -0000
Received: from den@volginfo.ru by mail.vsmi.ru by uid 82 with qmail-scanner-1.12 (. Clear:. Processed in 0.083674 secs); 25 Nov 2002 11:41:43 -0000
Received: from unknown (HELO img.local) (192.168.0.1)
  by 192.168.0.50 with SMTP; 25 Nov 2002 11:41:42 -0000
Message-Id: <200211251145.18921.den@volginfo.ru>
Date: Mon, 25 Nov 2002 11:45:18 +0300
From: "Denis N. Peplin" <den@volginfo.ru>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [PATCH] request to change cp866b to cp866

>Number:         45704
>Category:       conf
>Synopsis:       [patch] request to change cp866b font to cp866
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 25 00:40:01 PST 2002
>Closed-Date:    
>Last-Modified:  Mon Dec 29 17:36:43 UTC 2008
>Originator:     Denis N.Peplin <den@volginfo.ru>
>Release:        FreeBSD 4.7-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD img.local 4.7-RELEASE-p1 FreeBSD 4.7-RELEASE-p1 #0: Wed Nov 6 16:45:51 MSK 2002 sg@img.local:/usr/obj/usr/src/sys/nKERN2 i386

>Description:
Console font cp866b is bigger than standart console font
and have a bad look.

>How-To-Repeat:
put
font8x16=cp866b-8x16
into rc.conf, or use sysinstall to change fonts.

>Fix:
--- menus.c	Mon Nov 25 11:34:33 2002
+++ menus.c.old	Mon Nov 25 11:34:14 2002
@@ -2043,7 +2043,7 @@
       { "4 IBM 865", "Norwegian, IBM encoding",	dmenuVarCheck,	dmenuSetVariables, NULL,
 	"font8x8=cp865-8x8,font8x14=cp865-8x14,font8x16=cp865-8x16" },
       { "5 IBM 866", "Russian, IBM encoding (use with KOI8-R screenmap)",   dmenuVarCheck,  dmenuSetVariables, NULL,
-	"font8x8=cp866-8x8,font8x14=cp866-8x14,font8x16=cp866-8x16,mousechar_start=3" },
+	"font8x8=cp866-8x8,font8x14=cp866-8x14,font8x16=cp866b-8x16,mousechar_start=3" },
       { "6 IBM 866u", "Ukrainian, IBM encoding (use with KOI8-U screenmap)",   dmenuVarCheck,  dmenuSetVariables, NULL,
 	"font8x8=cp866u-8x8,font8x14=cp866u-8x14,font8x16=cp866u-8x16,mousechar_start=3" },
       { "7 IBM 1251", "Cyrillic, MS Windows encoding",  dmenuVarCheck, dmenuSetVariables, NULL,

	<how to correct or work around the problem, if known (multiple lines)>



>Release-Note:
>Audit-Trail:
>Unformatted:
 SEND-PR: -*- send-pr -*-
 SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as
 SEND-PR: will all comments (text enclosed in `<' and `>').
 SEND-PR:
 SEND-PR: Please consult the following URL if you are not sure how to
 SEND-PR: fill out a problem report:
 SEND-PR: http://www.freebsd.org/doc/en/articles/problem-reports/article.html
 SEND-PR:
 SEND-PR: Note that the Synopsis field is mandatory.
 SEND-PR:
 SEND-PR: Please note that (unless you state otherwise) if your report 
 SEND-PR: includes a patch then it will be taken under the same license as 
 SEND-PR: the one on the file(s) you want to change.
 SEND-PR:
 SEND-PR: BE ADVISED THAT FREEBSD PROBLEM REPORTS ARE PUBLIC INFORMATION AND
 SEND-PR: WILL BE PUBLISHED AS-IS ON THE PROJECT'S MAILING LISTS AND WEB SITES.
 SEND-PR: DO NOT SUBMIT ANY INFORMATION YOU DO NOT WANT MADE PUBLIC.
 SEND-PR:
 SEND-PR: For sensitive security issues, consider contacting the FreeBSD
 SEND-PR: security officer team (security-officer@freebsd.org) directly.
 SEND-PR:
 SEND-PR: Choose from the following categories:
 SEND-PR:
 SEND-PR: advocacy  alpha     bin       conf      docs      gnu       
 SEND-PR: i386      ia64      java      kern      misc      ports     
 SEND-PR: powerpc   sparc64   standards www       
 SEND-PR:
 To: FreeBSD-gnats-submit@freebsd.org
 From: Denis N.Peplin <den@volginfo.ru>
 Reply-To: Denis N.Peplin <den@volginfo.ru>
 Cc: 
 X-send-pr-version: 3.113
 X-GNATS-Notify: 
 
 
