From 86dbd757e94fe5402efea03f9f8725a71533297a Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Fri, 15 Feb 2013 16:09:49 -0600 Subject: keymaps: fix the use of loadkeys in the euro fix The loadkeys man page states that if you don't pass a filename loadkeys will read from stdin. However, this is not correct, so we now pass "-" as the filename to explicitly request stdin. Reported-by: andi@grois.info X-Gentoo-Bug: 457524 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=457524 --- init.d/keymaps.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/keymaps.in b/init.d/keymaps.in index a55a0e0..5889268 100644 --- a/init.d/keymaps.in +++ b/init.d/keymaps.in @@ -58,7 +58,7 @@ start() if yesno $fix_euro; then ebegin "Fixing font for euro symbol" # Fix some fonts displaying the Euro, #173528. - echo "altgr keycode 18 = U+20AC" | loadkeys -q + echo "altgr keycode 18 = U+20AC" | loadkeys -q - eend $? fi -- cgit v1.2.3