diff options
author | Olivier Blin <oblin@mandriva.org> | 2006-01-09 01:25:10 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2006-01-09 01:25:10 +0000 |
commit | 572c688c2dd4857069e0c23e25000269f376f01a (patch) | |
tree | 29aa26b865136faddb80feee42a290dfeab79445 | |
parent | a7b523edfccdafb40bba6d66c343f9029973fc30 (diff) | |
download | numlock-572c688c2dd4857069e0c23e25000269f376f01a.tar numlock-572c688c2dd4857069e0c23e25000269f376f01a.tar.gz numlock-572c688c2dd4857069e0c23e25000269f376f01a.tar.bz2 numlock-572c688c2dd4857069e0c23e25000269f376f01a.tar.xz numlock-572c688c2dd4857069e0c23e25000269f376f01a.zip |
convert parallel init to LSB
-rwxr-xr-x | numlock.init | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/numlock.init b/numlock.init index a62d62f..d747569 100755 --- a/numlock.init +++ b/numlock.init @@ -5,7 +5,12 @@ # description: Locks NumLock key at init runlevel change # chkconfig: 345 29 15 # -# X-Parallel-Init +### BEGIN INIT INFO +# Provides: numlock +# Default-Start: 3 4 5 +# Short-Description: Locks NumLock key at init runlevel change +# Description: Locks NumLock key at init runlevel change +### END INIT INFO # Source function library. . /etc/rc.d/init.d/functions |