From mrspock@Michelle.esfm.ipn.mx  Sun Oct  3 01:50:34 2004
Return-Path: <mrspock@Michelle.esfm.ipn.mx>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6F0E616A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  3 Oct 2004 01:50:34 +0000 (GMT)
Received: from Michelle.esfm.ipn.mx (michelle.esfm.ipn.mx [148.204.17.1])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1E00543D2F
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  3 Oct 2004 01:50:34 +0000 (GMT)
	(envelope-from mrspock@Michelle.esfm.ipn.mx)
Received: from Michelle.esfm.ipn.mx (localhost [127.0.0.1])
	by Michelle.esfm.ipn.mx (8.12.10/8.12.10) with ESMTP id i931oMaM008085
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 2 Oct 2004 20:50:22 -0500 (CDT)
	(envelope-from mrspock@Michelle.esfm.ipn.mx)
Received: (from root@localhost)
	by Michelle.esfm.ipn.mx (8.12.10/8.12.10/Submit) id i931oLu8008084;
	Sat, 2 Oct 2004 20:50:21 -0500 (CDT)
	(envelope-from mrspock)
Message-Id: <200410030150.i931oLu8008084@Michelle.esfm.ipn.mx>
Date: Sat, 2 Oct 2004 20:50:21 -0500 (CDT)
From: mrspock@Michelle.esfm.ipn.mx
Reply-To: mrspock@Michelle.esfm.ipn.mx
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: sysinstall configures incorrectly latinamerican keyboard
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         72269
>Category:       bin
>Synopsis:       [sysinstall] sysinstall configures incorrectly latinamerican keyboard
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 03 02:00:42 GMT 2004
>Closed-Date:    Tue Nov 02 08:22:27 GMT 2004
>Last-Modified:  Sun May 18 23:36:40 UTC 2008
>Originator:     eduardo viruena silva
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
ESFM-IPN
>Environment:
System: FreeBSD Michelle.esfm.ipn.mx 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #1: Tue Aug 10 12:25:28 CDT 2004 root@Michelle.esfm.ipn.mx:/usr/src/sys/i386/compile/eviruena i386



>Description:
	sysintall configures incorrectly latinamerican keyboard.
	configuration must set "keymap=latinamerican"
	in /etc/rc.conf, instead of that, sysinstall sets 
	keymap="lat-amer"

>How-To-Repeat:
	login as root.
	run sysinstall
	in the menu, choose:
		"keymap"
		" Latin American              Latin American ISO keymap"
		press enter...
	leave sysinstall and check /etc/rc.conf
>Fix:

	It is quite simple,  I think.
	in file:
		/usr/src/usr.sbin/sysinstall/menus.c
	change line 2034:
	 { "Latin American", "Latin American ISO keymap",  dmenuVarCheck, dmenuSetKmapVariable, NULL, "keymap=lat-amer" },
	to:
	 { "Latin American", "Latin American ISO keymap",  dmenuVarCheck, dmenuSetKmapVariable, NULL, "keymap=latinamerican" },

	and rebuild and install world.
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-i386->freebsd-qa 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Fri Oct 8 05:28:06 GMT 2004 
Responsible-Changed-Why:  
Over to maintainer(s). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=72269 
Responsible-Changed-From-To: freebsd-qa->closed 
Responsible-Changed-By: brooks 
Responsible-Changed-When: Mon Nov 1 20:36:10 GMT 2004 
Responsible-Changed-Why:  
Fixed in rev 1.391 on June 1st by ache. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=72269 
State-Changed-From-To: open->closed 
State-Changed-By: brooks 
State-Changed-When: Tue Nov 2 08:21:36 GMT 2004 
State-Changed-Why:  
Actually close the PR, not just assign it to the non-existant entity closed. 


Responsible-Changed-From-To: closed->freebsd-bugs 
Responsible-Changed-By: brooks 
Responsible-Changed-When: Tue Nov 2 08:21:36 GMT 2004 
Responsible-Changed-Why:  
Actually close the PR, not just assign it to the non-existant entity closed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=72269 
Bugmeister note: see bin/67365 and bin/122243.
>Unformatted:
