conf/124411: [syscons] System Console Keymap - incorrect assumption for several UK offshore locations

Gavin Atkinson gavin at FreeBSD.org
Sun Jun 22 17:30:04 UTC 2008


The following reply was made to PR conf/124411; it has been noted by GNATS.

From: Gavin Atkinson <gavin at FreeBSD.org>
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: conf/124411:  [syscons] System Console Keymap - incorrect
 assumption for several UK offshore locations
Date: Sun, 22 Jun 2008 18:26:57 +0100 (BST)

 This patch sets the default to the UK keymap for Guernsey, Jersey and the 
 Isle Of Man, and additionally for Ireland which also uses the UK keyboard 
 map.
 
 Index: src/usr.sbin/sysinstall/keymap.c
 ===================================================================
 RCS file: /usr/ncvs/src/usr.sbin/sysinstall/keymap.c,v
 retrieving revision 1.10
 diff -u -r1.10 keymap.c
 --- src/usr.sbin/sysinstall/keymap.c	16 Mar 2006 15:50:21 -0000	1.10
 +++ src/usr.sbin/sysinstall/keymap.c	22 Jun 2008 17:06:59 -0000
 @@ -81,7 +81,11 @@
   	{"es", "spanish"},
   	{"se", "swedish"},
   	{"ch", "swiss"},
 -	{"gb", "uk"},
 +	{"gb", "uk"},	/* Great Britain */
 +	{"gg", "uk"},	/* Guernsey */
 +	{"ie", "uk"},	/* Ireland */
 +	{"im", "uk"},	/* Isle Of Man */
 +	{"je", "uk"},	/* Jersey */
   	{NULL, NULL}
       };
       const char *country, *lang;


More information about the freebsd-bugs mailing list