summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorphilip <philip@FreeBSD.org>2008-10-17 14:40:03 +0000
committerphilip <philip@FreeBSD.org>2008-10-17 14:40:03 +0000
commit5eee74f9b7503add592f586958f91651bf0645aa (patch)
tree64b26e651aae45935a9a1789ec5cf4309362aede /usr.sbin
parentb4ea99705f782949154000c9b2c76be5ac85608f (diff)
downloadFreeBSD-src-5eee74f9b7503add592f586958f91651bf0645aa.zip
FreeBSD-src-5eee74f9b7503add592f586958f91651bf0645aa.tar.gz
Adjust default keymaps for Ireland and Channel Islands. They use the UK
keymap. You can learn some interesting things in the PR database! PR: conf/124411 Submitted by: Doctor Modiford <freebsd -at- modiford.com> MFC after: 3 days
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sysinstall/keymap.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/keymap.c b/usr.sbin/sysinstall/keymap.c
index b8f015d..21b5e09 100644
--- a/usr.sbin/sysinstall/keymap.c
+++ b/usr.sbin/sysinstall/keymap.c
@@ -82,6 +82,10 @@ keymapMenuSelect(dialogMenuItem *self)
{"se", "swedish"},
{"ch", "swiss"},
{"gb", "uk"},
+ {"gg", "uk"},
+ {"ie", "uk"},
+ {"im", "uk"},
+ {"je", "uk"},
{NULL, NULL}
};
const char *country, *lang;
OpenPOWER on IntegriCloud