aboutsummaryrefslogtreecommitdiffstats
path: root/numlock.xinit
diff options
context:
space:
mode:
Diffstat (limited to 'numlock.xinit')
-rwxr-xr-xnumlock.xinit4
1 files changed, 2 insertions, 2 deletions
diff --git a/numlock.xinit b/numlock.xinit
index 9d759c8..0cf1ed4 100755
--- a/numlock.xinit
+++ b/numlock.xinit
@@ -8,8 +8,8 @@
# Created On : Wed Apr 12 08:39:24 2000
#---------------------------------------------------------------
-if [ -f /var/lock/subsys/numlock -a -x /usr/X11R6/bin/enable_X11_numlock ]; then
- /usr/X11R6/bin/enable_X11_numlock
+if [ -f /var/lock/subsys/numlock -a -x /usr/bin/enable_X11_numlock ]; then
+ /usr/bin/enable_X11_numlock
fi
# numlock ends here