summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>2014-08-26 09:37:43 +0000
committerse <se@FreeBSD.org>2014-08-26 09:37:43 +0000
commit6b334f1506f09b558e6a42ee64e21618cea08770 (patch)
tree000bcb020ed431787553d0527c6b0467ed008c2e
parentd851cce5215d34284605b7911d263dc155a40817 (diff)
downloadFreeBSD-src-6b334f1506f09b558e6a42ee64e21618cea08770.zip
FreeBSD-src-6b334f1506f09b558e6a42ee64e21618cea08770.tar.gz
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.
-rw-r--r--usr.sbin/kbdcontrol/kbdcontrol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/kbdcontrol/kbdcontrol.c b/usr.sbin/kbdcontrol/kbdcontrol.c
index 241e10d..0f927ef 100644
--- a/usr.sbin/kbdcontrol/kbdcontrol.c
+++ b/usr.sbin/kbdcontrol/kbdcontrol.c
@@ -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())
OpenPOWER on IntegriCloud