From owner-svn-src-all@FreeBSD.ORG Mon Jul 28 14:29:18 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 085BAF4C; Mon, 28 Jul 2014 14:29:18 +0000 (UTC) Received: from mail-qg0-x22f.google.com (mail-qg0-x22f.google.com [IPv6:2607:f8b0:400d:c04::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8D54920F2; Mon, 28 Jul 2014 14:29:17 +0000 (UTC) Received: by mail-qg0-f47.google.com with SMTP id i50so8566913qgf.6 for ; Mon, 28 Jul 2014 07:29:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=D3WKQTuH0YKweT4o3Y2hUB/ZDDSy7QComtnqt0+R2fY=; b=dIIRaIYHPTHfQtEO89RCRx1JPWt7FQQV/CBbE2Zkjy+1cQ0J+j6do23s/Z4ElfAiWM UR8ao1nUhIcQEjz8VWdt0FmBR17BmNzc8y2R/UWB3ExWbbOjXtxNwyk0x+D5mOKLS8cg Ni6PxI5aH3wpi5SWYqwXS8Ilo5dydCCXCfG1642Mswc+GgmWgyE34jrzGrnQhvLPhsNq qYMDD676WdQ6xS0Im4toari8ifr2fG9G9eJDESwxzksjCxmE6x6dmMTjzPk9HijUFzOb lt+pson+r/SMF3vt8dfqalBvjeMnbaq7UMfO7MQHabnqQDqLkeY4P39bX4gyFF6mCbHH kWcw== MIME-Version: 1.0 X-Received: by 10.140.87.75 with SMTP id q69mr60418794qgd.94.1406557756587; Mon, 28 Jul 2014 07:29:16 -0700 (PDT) Sender: carpeddiem@gmail.com Received: by 10.140.50.243 with HTTP; Mon, 28 Jul 2014 07:29:16 -0700 (PDT) In-Reply-To: <201407261314.s6QDESOC015453@svn.freebsd.org> References: <201407261314.s6QDESOC015453@svn.freebsd.org> Date: Mon, 28 Jul 2014 10:29:16 -0400 X-Google-Sender-Auth: 59-yFyXOgXt6iOrWCuv9RIwTbdw Message-ID: Subject: Re: svn commit: r269120 - head/usr.sbin/kbdcontrol From: Ed Maste To: Stefan Esser Content-Type: text/plain; charset=UTF-8 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 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: Mon, 28 Jul 2014 14:29:18 -0000 On 26 July 2014 09:14, Stefan Esser wrote: > Author: se > Date: Sat Jul 26 13:14:28 2014 > New Revision: 269120 > URL: http://svnweb.freebsd.org/changeset/base/269120 > > Log: > The previous commit (r269119) introduced a regression: It removed the > ability to specify the the full path name of the keymap file. > > Instead leave the original search order intact, but insert the path for > newcons-specific fonts (if run on a system using newcons): > > - KEYMAP_PATH in environment > - full path name > - /usr/share/vt/keymaps (only if newcons is in use!) > - /usr/share/syscons/keymaps (also as fall-back for newcons) Thanks -- this is a useful measure until the keymaps are all converted or copied over. To clarify for others, the 8859-1 (*.iso.kbd) keymaps should all be fine with vt(4), as the first 256 Unicode code points are the same as 8859-1.