# Linux-Mandrake configuration. # ReLock the NumLock key if /etc/rc.d/init.d/NumLock has been runned # This is needed as login reset the tty MY_TTY=`tty` case $MY_TTY in /dev/tty[0-9]*) [ -f /etc/sysconfig/NumLock ] && setleds -D +num < $MY_TTY;; /dev/pts/[0-9]*) [ "XX$DISPLAY" != "XX" ] && [ -x /usr/X11R6/bin/enable_X11_numlock ] && /usr/X11R6/bin/enable_X11_numlock esac unset MY_TTY