public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/jmbsvicetto:master commit in: net-im/nagibot/files/
@ 2013-08-15 22:39 Jorge Manuel B. S. Vicetto
  0 siblings, 0 replies; only message in thread
From: Jorge Manuel B. S. Vicetto @ 2013-08-15 22:39 UTC (permalink / raw
  To: gentoo-commits

commit:     62a8393f768f1abaacecd0484c94008085a48e44
Author:     Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 15 22:45:46 2013 +0000
Commit:     Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> 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() {


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-08-15 22:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-15 22:39 [gentoo-commits] dev/jmbsvicetto:master commit in: net-im/nagibot/files/ Jorge Manuel B. S. Vicetto

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