diff options
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | numlock.init | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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 |