aboutsummaryrefslogtreecommitdiffstats
path: root/numlock.xinit
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2006-08-22 09:53:19 +0000
committerPascal Rigaux <pixel@mandriva.com>2006-08-22 09:53:19 +0000
commit42c0357631be0efcadd4d9f0ed7a6c20f115e56a (patch)
tree21061bfdf21f254dea5062db7d83fbddc54011c0 /numlock.xinit
parent02c6785a11217f64f6c7945da9c331ee539f327d (diff)
downloadnumlock-42c0357631be0efcadd4d9f0ed7a6c20f115e56a.tar
numlock-42c0357631be0efcadd4d9f0ed7a6c20f115e56a.tar.gz
numlock-42c0357631be0efcadd4d9f0ed7a6c20f115e56a.tar.bz2
numlock-42c0357631be0efcadd4d9f0ed7a6c20f115e56a.tar.xz
numlock-42c0357631be0efcadd4d9f0ed7a6c20f115e56a.zip
move out of /usr/X11R6
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