aboutsummaryrefslogtreecommitdiffstats
path: root/numlock.xinit
diff options
context:
space:
mode:
Diffstat (limited to 'numlock.xinit')
-rwxr-xr-xnumlock.xinit15
1 files changed, 15 insertions, 0 deletions
diff --git a/numlock.xinit b/numlock.xinit
new file mode 100755
index 0000000..66ddfcb
--- /dev/null
+++ b/numlock.xinit
@@ -0,0 +1,15 @@
+#!/bin/sh
+#---------------------------------------------------------------
+# Project : Mandrake
+# Module : numlock
+# File : numlock.xinit
+# Version : $Id$
+# Author : Frederic Lepied
+# Created On : Wed Apr 12 08:39:24 2000
+#---------------------------------------------------------------
+
+if [ -f /etc/sysconfig/NumLock -a -x /usr/X11R6/bin/enable_X11_numlock ]; then
+ /usr/X11R6/bin/enable_X11_numlock
+fi
+
+# numlock ends here