From nobody@FreeBSD.org  Thu Oct 28 09:59:13 2004
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3D30216A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 28 Oct 2004 09:59:13 +0000 (GMT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id EC7C243D49
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 28 Oct 2004 09:59:12 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i9S9xCEQ017129
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 28 Oct 2004 09:59:12 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.11/8.12.11/Submit) id i9S9xC6r017128;
	Thu, 28 Oct 2004 09:59:12 GMT
	(envelope-from nobody)
Message-Id: <200410280959.i9S9xC6r017128@www.freebsd.org>
Date: Thu, 28 Oct 2004 09:59:12 GMT
From: Mart Tnso <tm@hwg.edu.ee>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Estonian keymaps don't work during installation
X-Send-Pr-Version: www-2.3

>Number:         73232
>Category:       bin
>Synopsis:       [sysinstall] Estonian keymaps don't work during installation
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jhb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 28 10:00:44 GMT 2004
>Closed-Date:    Fri Jan 07 20:17:50 GMT 2005
>Last-Modified:  Fri Jan 07 20:17:50 GMT 2005
>Originator:     Mart Tnso
>Release:        5.3-RC1
>Organization:
>Environment:
>Description:
If you try to select Estonian keymap during installation, you are greeted with a message "No appropriate keyboard map found, sorry."

All other keymaps seem to be present and working.







>How-To-Repeat:
Boot from cd, enter keyboard map menu, select Estonian ISO or any other Estonian maps.
>Fix:
      
>Release-Note:
>Audit-Trail:

From: =?ISO-8859-1?Q?Mart_T=F5nso?= <mart.tonso@liewenthal.ee>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: misc/73232: Estonian keymaps don't work during installation
Date: Thu, 28 Oct 2004 14:39:11 +0300

 Adding "estonian.iso"  to KEYMAPS in  usr.sbin/sysinstall/Makefile 
 should make a difference.
 
 It would make few people glad, if it would work in 5.3...
 
 ---
 Thanks :)
 
 Mart Tnso
 
 
 
 
 
 
Responsible-Changed-From-To: freebsd-bugs->freebsd-qa 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Thu Oct 28 17:33:16 GMT 2004 
Responsible-Changed-Why:  
Sysinstall bug. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=73232 

From: Olafur Osvaldsson <oli@isnic.is>
To: freebsd-gnats-submit@FreeBSD.org
Cc: tm@hwg.edu.ee
Subject: Re: bin/73232: [sysinstall] Estonian keymaps don't work during installation
Date: Tue, 9 Nov 2004 22:56:52 +0000

 --OgqxwSJOaUobr8KG
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Attached is a patch that seems to fix this bug.
 
 /Oli
 
 -- 
 Olafur Osvaldsson
 Systems Administrator
 Internet a Islandi hf.
 Tel:   +354 525-5291
 Email: oli@isnic.is
 
 --OgqxwSJOaUobr8KG
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="sysinstall-Makefile.diff"
 
 --- usr.sbin/sysinstall/Makefile.orig	Tue Nov  9 22:49:48 2004
 +++ usr.sbin/sysinstall/Makefile	Tue Nov  9 22:46:25 2004
 @@ -72,12 +72,12 @@
  KEYMAPS= jp.pc98 jp.pc98.iso
  .else
  KEYMAPS= be.iso bg.bds.ctrlcaps bg.phonetic.ctrlcaps br275.iso \
 -	cs.latin2.qwertz danish.iso el.iso07 finnish.iso fr.iso \
 -	german.iso gr.elot.acc gr.us101.acc  hr.iso hu.iso2.101keys \
 -	it.iso icelandic.iso jp.106 norwegian.iso pl_PL.ISO8859-2 \
 -	pt.iso ru.koi8-r si.iso spanish.iso swedish.iso swissfrench.iso \
 -	swissgerman.iso ua.koi8-u ua.koi8-u.shift.alt uk.iso us.dvorak \
 -	us.iso us.pc-ctrl us.unix
 +	cs.latin2.qwertz danish.iso el.iso07 estonian.cp850 estonian.iso \
 +	estonian.iso15 finnish.iso fr.iso german.iso gr.elot.acc \
 +	gr.us101.acc  hr.iso hu.iso2.101keys it.iso icelandic.iso jp.106 \
 +	norwegian.iso pl_PL.ISO8859-2 pt.iso ru.koi8-r si.iso spanish.iso \
 +	swedish.iso swissfrench.iso swissgerman.iso ua.koi8-u \
 +	ua.koi8-u.shift.alt uk.iso us.dvorak us.iso us.pc-ctrl us.unix
  .endif
  
  keymap.h:
 
 --OgqxwSJOaUobr8KG--
State-Changed-From-To: open->patched 
State-Changed-By: jhb 
State-Changed-When: Thu Nov 11 18:49:41 GMT 2004 
State-Changed-Why:  
Committed to head, will MFC in a week.  Thanks! 


Responsible-Changed-From-To: freebsd-qa->jhb 
Responsible-Changed-By: jhb 
Responsible-Changed-When: Thu Nov 11 18:49:41 GMT 2004 
Responsible-Changed-Why:  
Committed to head, will MFC in a week.  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=73232 
State-Changed-From-To: patched->closed 
State-Changed-By: jhb 
State-Changed-When: Fri Jan 7 20:17:16 GMT 2005 
State-Changed-Why:  
Sorry it took longer than a week, but the fix has now been merged to RELENG_5 
and will appear in 5.4. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=73232 
>Unformatted:
