--- numlock/numlock.xinit.orig 2008-01-08 05:13:11 +0700 +++ numlock/numlock.xinit 2008-01-08 07:55:37 +0700 @@ -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