diff options
Diffstat (limited to 'numlock.xinit')
-rwxr-xr-x | numlock.xinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numlock.xinit b/numlock.xinit index 66ddfcb..9d759c8 100755 --- a/numlock.xinit +++ b/numlock.xinit @@ -8,7 +8,7 @@ # Created On : Wed Apr 12 08:39:24 2000 #--------------------------------------------------------------- -if [ -f /etc/sysconfig/NumLock -a -x /usr/X11R6/bin/enable_X11_numlock ]; then +if [ -f /var/lock/subsys/numlock -a -x /usr/X11R6/bin/enable_X11_numlock ]; then /usr/X11R6/bin/enable_X11_numlock fi |