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.
- Turn NumLock on Brian Ivey
- Re: Turn NumLock on Todd A. Jacobs
- Re: Turn NumLock on Hal Burgiss
- Re: Turn NumLock on Brandon Dorman
- Re: Turn NumLock on Steve Borho