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 C90CA1381F3 for ; Thu, 15 Aug 2013 22:39:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2B06E0CCF; Thu, 15 Aug 2013 22:39:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44273E0CCF for ; Thu, 15 Aug 2013 22:39:19 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1406233EB75 for ; Thu, 15 Aug 2013 22:39:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 94EC9E468F for ; Thu, 15 Aug 2013 22:39:16 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" Message-ID: <1376606746.62a8393f768f1abaacecd0484c94008085a48e44.jmbsvicetto@gentoo> Subject: [gentoo-commits] dev/jmbsvicetto:master commit in: net-im/nagibot/files/ X-VCS-Repository: dev/jmbsvicetto X-VCS-Files: net-im/nagibot/files/nagibot.init X-VCS-Directories: net-im/nagibot/files/ X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: 62a8393f768f1abaacecd0484c94008085a48e44 X-VCS-Branch: master Date: Thu, 15 Aug 2013 22:39:16 +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: 1c848890-66ad-42d9-885a-1f6c81fc4da5 X-Archives-Hash: fcf2f422c2e244bbe057554da1aa7cb1 commit: 62a8393f768f1abaacecd0484c94008085a48e44 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) gentoo org> AuthorDate: Thu Aug 15 22:45:46 2013 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org> CommitDate: Thu Aug 15 22:45:46 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/jmbsvicetto.git;a=commit;h=62a8393f It works better if we define the variable we're trying to use. --- net-im/nagibot/files/nagibot.init | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-im/nagibot/files/nagibot.init b/net-im/nagibot/files/nagibot.init index 4eac984..294717d 100644 --- a/net-im/nagibot/files/nagibot.init +++ b/net-im/nagibot/files/nagibot.init @@ -5,9 +5,10 @@ : ${CFGFILE:=/etc/nagibot/nagibot.cfg} -command=/usr/bin/nagibot.pl start_stop_daemon_args="--nicelevel ${NICE_LEVEL:-0} --wait 1500" extra_started_commands="reload" + +NAGIBOT=/usr/bin/nagibot.pl NAGIBOT_OPTS="-c ${CFGFILE} -d ${JID}" depend() {