Package: kbd-chooser Severity: normal Hi, kdb-chooser search for sparc directory, but it's now in sun directory.
This patch corrects that. It was tested. 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: tools/kbd-chooser/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 --- tools/kbd-chooser/sparc-kbd.c 14 Nov 2003 20:53:16 -0000 1.9 +++ tools/kbd-chooser/sparc-kbd.c 14 Jan 2004 23:54:26 -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 "sparc" in console-keymaps-sparc k->deflt = NULL; k->fd = -1; k->present = UNKNOWN;