Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jun 2008 17:30:04 GMT
From:      Gavin Atkinson <gavin@FreeBSD.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: conf/124411:  [syscons] System Console Keymap - incorrect assumption for several UK offshore locations
Message-ID:  <200806221730.m5MHU46a017045@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR conf/124411; it has been noted by GNATS.

From: Gavin Atkinson <gavin@FreeBSD.org>
To: bug-followup@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;



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