public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/mrueg:master commit in: app-misc/ckb/files/
@ 2015-06-25 14:08 Manuel Rüger
  0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rüger @ 2015-06-25 14:08 UTC (permalink / raw
  To: gentoo-commits

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 $?


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] dev/mrueg:master commit in: app-misc/ckb/files/
@ 2015-06-25 16:31 Manuel Rüger
  0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rüger @ 2015-06-25 16:31 UTC (permalink / raw
  To: gentoo-commits

commit:     ebac31a4e46acc92004f0009f8fecb531b791c43
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 25 16:31:34 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Jun 25 16:31:34 2015 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=ebac31a4

[app-misc/ckb] Fix init file.

Package-Manager: portage-2.2.20

 app-misc/ckb/files/ckb.initd | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-misc/ckb/files/ckb.initd b/app-misc/ckb/files/ckb.initd
index 93b65c8..856d37c 100755
--- a/app-misc/ckb/files/ckb.initd
+++ b/app-misc/ckb/files/ckb.initd
@@ -5,11 +5,13 @@
 extra_started_commands="reload"
 command="/usr/bin/ckb-daemon"
 description="Controller for Corsair Keyboard Driver"
-pidfile="/var/run/ckb.pid"
+pidfile="/run/ckb.pid"
+logfile="/var/run/ckb.log"
 
 start() {
 	ebegin "Starting Corsair Keyboard Driver"
-	start-stop-daemon --start --exec "${command}" --pidfile "${pidfile}"
+	start-stop-daemon --start --exec "${command}" --pidfile "${pidfile}" --background \
+		--stdout "${logfile}" --stderr "${logfile}"
 	eend $?
 }
 


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-25 16:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-25 16:31 [gentoo-commits] dev/mrueg:master commit in: app-misc/ckb/files/ Manuel Rüger
  -- strict thread matches above, loose matches on Subject: below --
2015-06-25 14:08 Manuel Rüger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox