commit: 2a4c722dd5be26ebff81c6dcf06719177c1a53cb
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 25 14:08:14 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Jun 25 14:08:14 2015 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=2a4c722d
[app-misc/ckb] Fix init file.
Package-Manager: portage-2.2.20
app-misc/ckb/files/ckb.initd | 1 -
1 file changed, 1 deletion(-)
diff --git a/app-misc/ckb/files/ckb.initd b/app-misc/ckb/files/ckb.initd
index 1051b7f..93b65c8 100755
--- a/app-misc/ckb/files/ckb.initd
+++ b/app-misc/ckb/files/ckb.initd
@@ -8,7 +8,6 @@ description="Controller for Corsair Keyboard Driver"
pidfile="/var/run/ckb.pid"
start() {
- checkconfig || return 1
ebegin "Starting Corsair Keyboard Driver"
start-stop-daemon --start --exec "${command}" --pidfile "${pidfile}"
eend $?