]> git.pld-linux.org Git - packages/eventum.git/commitdiff
update irc bot status
authorElan Ruusamäe <glen@delfi.ee>
Mon, 26 Oct 2015 19:21:25 +0000 (21:21 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 26 Oct 2015 19:21:34 +0000 (21:21 +0200)
eventum-irc.init
eventum.spec

index d0319125cc2700bdc9758657ee0c0f64ed41748c..18b41083f869f4fbdd2a6bfa43e39dbcb2380bc7 100755 (executable)
@@ -89,7 +89,7 @@ case "$1" in
        condrestart 7
        ;;
   status)
-       status eventum-irc-bot php
+       status --pidfile $PIDFILE eventum-irc php
        exit $?
        ;;
   *)
index 4adeee456a7741fbde67b32dd3f187d52a04476c..818d6b87596fecc23d4eac43748d73dc384f7fc9 100644 (file)
@@ -3,8 +3,8 @@
 %bcond_with    order   # with experimental order patch
 
 %define                rel             1.9
-%define                subver  276
-%define                githash a7233c3
+%define                subver  277
+%define                githash 3277427
 %define                php_min_version 5.3.3
 %include       /usr/lib/rpm/macros.php
 Summary:       Eventum Issue / Bug tracking system
@@ -16,7 +16,7 @@ License:      GPL v2
 Group:         Applications/WWW
 #Source0:      https://github.com/eventum/eventum/releases/download/v%{version}/%{name}-%{version}.tar.gz
 Source0:       %{name}-%{version}-%{subver}-g%{githash}.tar.gz
-# Source0-md5: e97361f1429ba03bbd917719b6daec2b
+# Source0-md5: 46f5d66f6c51bdc353be0f27fa0fa990
 Source1:       %{name}-apache.conf
 Source2:       %{name}-mail-queue.cron
 Source3:       %{name}-mail-download.cron
This page took 0.040561 seconds and 4 git commands to generate.