Package: kbd-chooser
Severity: normal
Followup-For: Bug #227852

Hi, 

here is a new patch which is more clean.

Thanks.


-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux thomas 2.4.24-1-k7 #1 Wed Jan 7 00:47:47 EST 2004 i686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]


-- 
Thomas Poindessous

Index: sparc-kbd.c
===================================================================
RCS file: /cvsroot/d-i/debian-installer/tools/kbd-chooser/sparc-kbd.c,v
retrieving revision 1.9
diff -u -r1.9 sparc-kbd.c
--- sparc-kbd.c 14 Nov 2003 20:53:16 -0000      1.9
+++ sparc-kbd.c 18 Jan 2004 19:43:05 -0000
@@ -21,7 +21,7 @@
 {
        kbd_t *k = xmalloc (sizeof(kbd_t));
 
-       k->name = "sparc"; // This must match the name "sparc" in console-keymaps-sparc
+       k->name = "sun"; // This must match the name "sun" in console-keymaps-sun
        k->deflt = NULL;
        k->fd = -1;
        k->present = UNKNOWN;

Reply via email to