Re: Patch for m68k boot-floppies
Adam Di Carlo wrote:
> Michael Schmitz <schmitz@tinocoq.cchem.berkeley.edu> writes:
>
> > Index: utilities/libfdisk/partbl_atari.c
>
> Ok, patched.
>
> > Index: utilities/dinstall/kbdconfig.c
> > ===================================================================
> > RCS file: /debian/home/sr1/lib/cvs/./boot-floppies/utilities/dinstall/Attic/kbdconfig.c,v
> > retrieving revision 1.20
> > diff -u -r1.20 kbdconfig.c
> > --- kbdconfig.c 1999/03/12 05:23:38 1.20
> > +++ kbdconfig.c 1999/05/26 22:44:39
> > @@ -23,15 +23,16 @@
> > { "atari-us", "U.S. English (Atari)" , 1},
> > { "atari-de", "Germany (Atari)" , 0},
> > { "atari-se", "Sweden (Atari)" , 0},
> > - { "atari-uk", "English (Atari Falcon)" , 0},
> > + { "atari-uk", "English (Atari Falcon)" , 0}
>
> Uh, this line in my sources is:
>
> { "atari-uk", MSG_KBD_ATARI_UK , 0},
So make this:
- { "atari-uk", MSG_KBD_ATARI_UK , 0},
+ { "atari-uk", MSG_KBD_ATARI_UK , 0}
My translation, the text should be found in lang_C.h, should be no problem
for you.
> > };
> > int nchoices_ata=4;
> > struct d_choices keymaps_mac[]={
> > { "mac-us-std", "U.S. English (Mac, 82 keys)" , 1},
> > { "mac-us-ext", "U.S. English (Mac, extended kbd)", 0},
> > - { "mac-fr2-ext", "France (Mac, extended kbd)" , 0}
> > + { "mac-fr2-ext", "France (Mac, extended kbd)" , 0},
> > + { "mac-de-ext", "Germany (Mac, extended kbd)" , 0}
>
> Likewise, they are using defines here:
>
> { "mac-us-ext", MSG_KBD_MAC_US_EXT , 0},
> { "mac-fr2-ext", MSG_KBD_MAC_FR2_EXT , 0}
> };
> int nchoices_mac=3;
>
> So this patch wasn't applied.
Same as above.
Make it
- { "mac-fr2-ext", MSG_KBD_MAC_FR2_EXT , 0}
+ { "mac-fr2-ext", MSG_KBD_MAC_FR2_EXT , 0},
+ { "mac-de-ext", MSG_KBD_MAC_DE_EXT , 0}
And add MSG_KBD_MAC_DE_EXT to lang_C.h.
If you promise not to slap me I'll commit MSG_KBD_MAC_DE_EXT to
lang_de.h.
Regards,
Joey
--
Linux - the choice of a GNU generation
Please always Cc to me when replying to me on the lists.
Reply to: