From fbba1c150a3b726af9b932b84a9912ac9b802ddc Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 9 Jan 2001 19:40:57 +0000 Subject: - reintegrate into CVS - really fix X11 under X --- numlock.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'numlock.sh') diff --git a/numlock.sh b/numlock.sh index b3a85fd..92a8962 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 +# 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/tty[0-9]*) [ -f /etc/sysconfig/numlock ] && setleds -D +num < $MY_TTY;; esac unset MY_TTY \ No newline at end of file -- cgit v1.2.1