svn commit: r270652 - head/usr.sbin/kbdcontrol
Stefan Esser
se at FreeBSD.org
Tue Aug 26 09:37:44 UTC 2014
Author: se
Date: Tue Aug 26 09:37:43 2014
New Revision: 270652
URL: http://svnweb.freebsd.org/changeset/base/270652
Log:
Remove band.aid that made kbdcontrol lookup keymap files in the syscons
path even under vt, which is no longer useful, since the syscons keymap
files have been converted and committed for use by vt.
Modified:
head/usr.sbin/kbdcontrol/kbdcontrol.c
Modified: head/usr.sbin/kbdcontrol/kbdcontrol.c
==============================================================================
--- head/usr.sbin/kbdcontrol/kbdcontrol.c Tue Aug 26 09:12:41 2014 (r270651)
+++ head/usr.sbin/kbdcontrol/kbdcontrol.c Tue Aug 26 09:37:43 2014 (r270652)
@@ -800,7 +800,7 @@ load_keymap(char *opt, int dumponly)
char *name, *cp;
char blank[] = "", keymap_path[] = KEYMAP_PATH;
char vt_keymap_path[] = VT_KEYMAP_PATH, dotkbd[] = ".kbd";
- char *prefix[] = {blank, blank, blank, keymap_path, NULL};
+ char *prefix[] = {blank, blank, keymap_path, NULL};
char *postfix[] = {blank, dotkbd, NULL};
if (is_vt4())
More information about the svn-src-all
mailing list