diff options
author | Michael Hanson <hansonorders@verizon.net> | 2010-11-16 03:46:13 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2010-11-16 03:46:13 (GMT) |
commit | 9489701f54d6628e484af822b961c34d7b511e57 (patch) | |
tree | 85cc4dbb7d11024b011c57ec11ee7f3707e7d0fd /abs/core/kbd/kbd-1.12-no-user-map.patch | |
parent | ede1a8d31ec57aa9d4850444b4a14ac14734c9b4 (diff) | |
download | linhes_pkgbuild-9489701f54d6628e484af822b961c34d7b511e57.zip linhes_pkgbuild-9489701f54d6628e484af822b961c34d7b511e57.tar.gz linhes_pkgbuild-9489701f54d6628e484af822b961c34d7b511e57.tar.bz2 |
file cleanup
Diffstat (limited to 'abs/core/kbd/kbd-1.12-no-user-map.patch')
-rw-r--r-- | abs/core/kbd/kbd-1.12-no-user-map.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/abs/core/kbd/kbd-1.12-no-user-map.patch b/abs/core/kbd/kbd-1.12-no-user-map.patch deleted file mode 100644 index f246228..0000000 --- a/abs/core/kbd/kbd-1.12-no-user-map.patch +++ /dev/null @@ -1,19 +0,0 @@ -Non-root users are allowed to change the unicode mode of their console, but -not the global keymap. root will have to load the keymap in unicode mode -explicitly. - ---- kbd-1.12/src/unicode_start.no-user-map 2005-12-01 19:33:19.000000000 +0100 -+++ kbd-1.12/src/unicode_start 2005-12-01 19:33:28.000000000 +0100 -@@ -14,12 +14,6 @@ - - kbd_mode -u - --# Change the keyboard mapping in such a way that the non-ASCII keys --# produce UTF-8 encoded multibyte sequences, instead of single bytes --# >= 0x80 in a legacy 8-bit encoding. -- --dumpkeys | loadkeys --unicode -- - # 2. The output side: the console screen. - - # Tell the console output driver that the bytes arriving are UTF-8 |