aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Crozat <fcrozat@mandriva.com>2009-04-08 16:05:46 +0000
committerFrederic Crozat <fcrozat@mandriva.com>2009-04-08 16:05:46 +0000
commitc88e44b29acca4e11b5ce90925a978905dfbb642 (patch)
treec6167e3285b8c16a38783869612b37d43759c814
parentbc5e6558c2f624f857e673e8b771b377b2a1cad5 (diff)
downloadnumlock-c88e44b29acca4e11b5ce90925a978905dfbb642.tar
numlock-c88e44b29acca4e11b5ce90925a978905dfbb642.tar.gz
numlock-c88e44b29acca4e11b5ce90925a978905dfbb642.tar.bz2
numlock-c88e44b29acca4e11b5ce90925a978905dfbb642.tar.xz
numlock-c88e44b29acca4e11b5ce90925a978905dfbb642.zip
- Release 2.1.2 :
- enable numlock in runlevel 7 (ie speedboot). Mdv bug #49572
-rw-r--r--Makefile2
-rwxr-xr-xnumlock.init4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 3282da5..8a4e7c1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
NAME = numlock
-VERSION = 2.1.1
+VERSION = 2.1.2
TOP=
CFLAGS=-g -O2 -Wall
diff --git a/numlock.init b/numlock.init
index d747569..10a07d9 100755
--- a/numlock.init
+++ b/numlock.init
@@ -3,11 +3,11 @@
# Startup script for NumLock
#
# description: Locks NumLock key at init runlevel change
-# chkconfig: 345 29 15
+# chkconfig: 3457 29 15
#
### BEGIN INIT INFO
# Provides: numlock
-# Default-Start: 3 4 5
+# Default-Start: 3 4 5 7
# Short-Description: Locks NumLock key at init runlevel change
# Description: Locks NumLock key at init runlevel change
### END INIT INFO