1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-02 12:20:51 +00:00

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.
This commit is contained in:
Stefan Eßer 2014-08-26 09:37:43 +00:00
parent 2dba8ab00d
commit 0ae9426c10
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=270652

View File

@ -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())