aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Lepied <flepied@mandriva.com>2000-04-12 13:14:26 +0000
committerFrederic Lepied <flepied@mandriva.com>2000-04-12 13:14:26 +0000
commit8a56004ed4a85f8edc7b8dc598c11bf0901f92c1 (patch)
treed88d3d6459437584c5c6189c998d85f90befd217
parent3a6f7c2add6a9eb2ecefa8692351d3a83bfe67c2 (diff)
downloadnumlock-8a56004ed4a85f8edc7b8dc598c11bf0901f92c1.tar
numlock-8a56004ed4a85f8edc7b8dc598c11bf0901f92c1.tar.gz
numlock-8a56004ed4a85f8edc7b8dc598c11bf0901f92c1.tar.bz2
numlock-8a56004ed4a85f8edc7b8dc598c11bf0901f92c1.tar.xz
numlock-8a56004ed4a85f8edc7b8dc598c11bf0901f92c1.zip
* first version.
-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