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

Bug#58009: Keyboard keymap



On Fri, Feb 11, 2000 at 10:20:07PM +0100, Bertrand Leconte wrote:
> For the installed system, I changed in /etc/init.d/keymaps.sh 
> EXT=kmap by EXT=map. This cures my problem but I don't know if it's
> correct for everybody.

This help me too.

I propose to write this in /etc/init.d/keymap:

        if [ -r ${CONFDIR}/default.kmap ] ; then
            /bin/loadkeys ${CONFDIR}/default.kmap
        elif [ -r ${CONFDIR}/default.kmap.gz ] ; then
            /bin/loadkeys ${CONFDIR}/default.kmap.gz
        fi
        if [ -r ${CONFDIR}/default.map ] ; then
            /bin/loadkeys ${CONFDIR}/default.map
        elif [ -r ${CONFDIR}/default.map.gz ] ; then
            /bin/loadkeys ${CONFDIR}/default.map.gz
        fi

Gruss
Grisu
-- 
Michael Bramer  -  a Debian Linux Developer http://www.debian.org
PGP: finger grisu@master.debian.org  -- Linux Sysadmin   -- Use Debian Linux
"Wie haben andere Linux Benutzer ihr `erstes Mal' mit Linux erlebt??"
"Wir haben danach gemeinsam eine Gitanes geraucht und nochmal ueber alles 
 geredet." -- P.Vollmann und Stefanie Teufel in dcolm

Attachment: pgpgHcv_G3Mrv.pgp
Description: PGP signature


Reply to: