Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/mrueg:master commit in: app-misc/ckb/files/
Date: Thu, 25 Jun 2015 14:08:37
Message-Id: 1435241294.2a4c722dd5be26ebff81c6dcf06719177c1a53cb.mrueg@gentoo
1 commit: 2a4c722dd5be26ebff81c6dcf06719177c1a53cb
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 25 14:08:14 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 25 14:08:14 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=2a4c722d
7
8 [app-misc/ckb] Fix init file.
9
10 Package-Manager: portage-2.2.20
11
12 app-misc/ckb/files/ckb.initd | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/app-misc/ckb/files/ckb.initd b/app-misc/ckb/files/ckb.initd
16 index 1051b7f..93b65c8 100755
17 --- a/app-misc/ckb/files/ckb.initd
18 +++ b/app-misc/ckb/files/ckb.initd
19 @@ -8,7 +8,6 @@ description="Controller for Corsair Keyboard Driver"
20 pidfile="/var/run/ckb.pid"
21
22 start() {
23 - checkconfig || return 1
24 ebegin "Starting Corsair Keyboard Driver"
25 start-stop-daemon --start --exec "${command}" --pidfile "${pidfile}"
26 eend $?