aboutsummaryrefslogtreecommitdiffstats
path: root/numlock.sh
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-01-09 19:40:57 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-01-09 19:40:57 +0000
commitfbba1c150a3b726af9b932b84a9912ac9b802ddc (patch)
tree4f505823ad40ec4b07dfa13150e01a5828d5693e /numlock.sh
parenta64fb74d89599edd57cf2a7ecb483a057b3d3170 (diff)
downloadnumlock-fbba1c150a3b726af9b932b84a9912ac9b802ddc.tar
numlock-fbba1c150a3b726af9b932b84a9912ac9b802ddc.tar.gz
numlock-fbba1c150a3b726af9b932b84a9912ac9b802ddc.tar.bz2
numlock-fbba1c150a3b726af9b932b84a9912ac9b802ddc.tar.xz
numlock-fbba1c150a3b726af9b932b84a9912ac9b802ddc.zip
- reintegrate into CVS
- really fix X11 under X
Diffstat (limited to 'numlock.sh')
-rwxr-xr-xnumlock.sh4
1 files changed, 2 insertions, 2 deletions
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