On Tue, 4 Jan 2000, Brian Ivey wrote:

> How do I configure Redhat to remember to always turn the NumLock on
> when I log in.

Put the following in rc.local:

INITBLANK=/dev/tty[1-6]
for tty in $INITBLANK
do
  setleds -D +num < $tty
done
unset INITBLANK

-- 
Todd A. Jacobs
Network Systems Engineer


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to