summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe <joe@joelightning.com>2012-04-29 17:14:22 +0100
committerJoe <joe@joelightning.com>2012-04-29 17:14:22 +0100
commit7fa37cdb9c78793ed9d03328be6d82aad9ae061d (patch)
tree8d9fedbc7a00a2a832e4358daeb8df123759b932
parent36e1166439cc2c36ef8916ea9aa8c790da8d9d79 (diff)
Dissable the crawling of the old bug tracker since it's not used anymore.
-rw-r--r--rc.d/pbot-ng2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/pbot-ng b/rc.d/pbot-ng
index 29e76b2..10f9e56 100644
--- a/rc.d/pbot-ng
+++ b/rc.d/pbot-ng
@@ -17,7 +17,7 @@ start)
# Check it's not already running.
if ! (( ${#pids[*]} ))
then
- su - pbot-ng -c "cd /home/pbot-ng ; ./envbot & ./bug_tracker_change_detector & ./chili_change_detector" &
+ su - pbot-ng -c "cd /home/pbot-ng ; ./envbot & ./chili_change_detector" &
# If it's not running then we fail.
if ! pgrep pbot-ng &>/dev/null
then