From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 745A9138CEE for ; Thu, 25 Jun 2015 14:08:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFE07E083E; Thu, 25 Jun 2015 14:08:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 85ED1E083E for ; Thu, 25 Jun 2015 14:08:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B3AFF340902 for ; Thu, 25 Jun 2015 14:08:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B8EDA25 for ; Thu, 25 Jun 2015 14:08:28 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1435241294.2a4c722dd5be26ebff81c6dcf06719177c1a53cb.mrueg@gentoo> Subject: [gentoo-commits] dev/mrueg:master commit in: app-misc/ckb/files/ X-VCS-Repository: dev/mrueg X-VCS-Files: app-misc/ckb/files/ckb.initd X-VCS-Directories: app-misc/ckb/files/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 2a4c722dd5be26ebff81c6dcf06719177c1a53cb X-VCS-Branch: master Date: Thu, 25 Jun 2015 14:08:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ad1c0cf1-3cdf-42ac-92b5-d89eda9052a3 X-Archives-Hash: 6bf555f6edf879d635075d750bf503cb commit: 2a4c722dd5be26ebff81c6dcf06719177c1a53cb Author: Manuel Rüger gentoo org> AuthorDate: Thu Jun 25 14:08:14 2015 +0000 Commit: Manuel Rüger gentoo 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 $?