Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Oct 2004 20:50:21 -0500 (CDT)
From:      mrspock@Michelle.esfm.ipn.mx
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:    i386/72269: sysinstall configures incorrectly latinamerican keyboard
Message-ID:  <200410030150.i931oLu8008084@Michelle.esfm.ipn.mx>
Resent-Message-ID: <200410030200.i9320g5L051229@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         72269
>Category:       i386
>Synopsis:       sysinstall configures incorrectly latinamerican keyboard
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-i386
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 03 02:00:42 GMT 2004
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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