From owner-svn-src-all@FreeBSD.ORG Fri Oct 17 14:40:04 2008 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5765510656A5; Fri, 17 Oct 2008 14:40:04 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4315B8FC45; Fri, 17 Oct 2008 14:40:04 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id m9HEe4pK090724; Fri, 17 Oct 2008 14:40:04 GMT (envelope-from philip@svn.freebsd.org) Received: (from philip@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id m9HEe4NB090723; Fri, 17 Oct 2008 14:40:04 GMT (envelope-from philip@svn.freebsd.org) Message-Id: <200810171440.m9HEe4NB090723@svn.freebsd.org> From: Philip Paeps Date: Fri, 17 Oct 2008 14:40:04 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r183977 - head/usr.sbin/sysinstall X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Oct 2008 14:40:04 -0000 Author: philip Date: Fri Oct 17 14:40:03 2008 New Revision: 183977 URL: http://svn.freebsd.org/changeset/base/183977 Log: 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 MFC after: 3 days Modified: head/usr.sbin/sysinstall/keymap.c Modified: head/usr.sbin/sysinstall/keymap.c ============================================================================== --- head/usr.sbin/sysinstall/keymap.c Fri Oct 17 14:37:58 2008 (r183976) +++ head/usr.sbin/sysinstall/keymap.c Fri Oct 17 14:40:03 2008 (r183977) @@ -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;