svn commit: r269120 - head/usr.sbin/kbdcontrol
Ed Maste
emaste at freebsd.org
Mon Jul 28 14:29:18 UTC 2014
On 26 July 2014 09:14, Stefan Esser <se at freebsd.org> 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.
More information about the svn-src-head
mailing list