diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-01-09 19:40:57 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-01-09 19:40:57 +0000 |
commit | fbba1c150a3b726af9b932b84a9912ac9b802ddc (patch) | |
tree | 4f505823ad40ec4b07dfa13150e01a5828d5693e /numlock.xinit | |
parent | a64fb74d89599edd57cf2a7ecb483a057b3d3170 (diff) | |
download | numlock-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.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 |