[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

kbd-chooser patch (FTBFS on m68k)



Hi,

there is a cut&paste typo bug in kbd-chooser. This should solve it
till the arch-detect specific code gets commited.

After this all (u)deb from the cvs build on m68k.

MfG
        Goswin
----------------------------------------------------------------------
cvs server: Diffing tools/kbd-chooser
Index: tools/kbd-chooser/atari-kbd.c
===================================================================
RCS file: /cvs/debian-boot/debian-installer/tools/kbd-chooser/atari-kbd.c,v
retrieving revision 1.1
diff -r1.1 atari-kbd.c
22c22
< kbd_t *amiga_kbd_get (kbd_t *keyboards)
---
> kbd_t *atari_kbd_get (kbd_t *keyboards)
29,31c29,31
<       k->name = "amiga"; // This must match the name "amiga" in console-keymaps-amiga
<       k->description = _("Amiga Keyboard");
<       k->deflt = "amiga-us";
---
>       k->name = "atari"; // This must match the name "atari" in console-keymaps-atari
>       k->description = _("Atari Keyboard");
>       k->deflt = "atari-us";
43c43
<               res = grep ("/proc/bus/input/devices", "Amiga keyboard");
---
>               res = grep ("/proc/bus/input/devices", "Atari keyboard");
45c45
<                       di_warning ("amiga-kbd: Failed to open /proc/bus/input/devicves");
---
>                       di_warning ("atari-kbd: Failed to open /proc/bus/input/devicves");



Reply to: