From 02627cc7c035aa7d67e9456d0751f47caef989aa Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 3 Dec 2004 21:28:45 +0000 Subject: add nl man page, test the real lock file /var/lock/subsys/numlock (from David MacKenzie, #12558) --- numlock.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'numlock.sh') diff --git a/numlock.sh b/numlock.sh index 92a8962..fdccb6f 100755 --- a/numlock.sh +++ b/numlock.sh @@ -1,9 +1,9 @@ # 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 +# ReLock the NumLock key if /etc/rc.d/init.d/numlock has been run. +# This is needed because login resets the tty. MY_TTY=`tty` case $MY_TTY in - /dev/tty[0-9]*) [ -f /etc/sysconfig/numlock ] && setleds -D +num < $MY_TTY;; + /dev/tty[0-9]*) [ -f /var/lock/subsys/numlock ] && setleds -D +num < $MY_TTY;; esac -unset MY_TTY \ No newline at end of file +unset MY_TTY -- cgit v1.2.1