i386/72269: sysinstall configures incorrectly latinamerican keyboard

mrspock at Michelle.esfm.ipn.mx mrspock at Michelle.esfm.ipn.mx
Sat Oct 2 19:00:44 PDT 2004


>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 at 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:


More information about the freebsd-i386 mailing list