On Tue, 7 Oct 2003 19:13:47 +0200
Wolfgang Bornath <[EMAIL PROTECTED]> wrote:

> 1. /etc/rc.d/init.d/numlock has to be run on boot. If you boot
> into runlevel 5 (multiuser graphical environment) then you have in
> /etc/rc.d/rc5.d a link like @S85numlock which points to
> /etc/init.d/numlock
> 
> 2. You have a file /etc/profile.d which shows:
> 
> MY_TTY=tty
> case $MY_TTY in
>    /dev/tty[0-9]*) && setleds -D +num < $MY_TTY;;
> esac
> unset MY_TTY
> 

Mine looks like this:

MY_TTY=`tty`
case $MY_TTY in
    /dev/tty[0-9]*)     [ -f /etc/sysconfig/numlock ] && setleds -D +num < $MY_TTY;;
esac
unset MY_TTY


If i understand it right, since i don't have /etc/sysconfig/numlock,
that would be why i don't get numlock.  

I'll add it and see if i get it next time i boot.

eric

-- 
Mandrake HowTo's & More:          http://twiki.mdklinuxfaq.org

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to