aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/tt-rss/Makefile1
-rw-r--r--www/tt-rss/files/ttrssd.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/www/tt-rss/Makefile b/www/tt-rss/Makefile
index ba2895a05eb8..31b53c14969e 100644
--- a/www/tt-rss/Makefile
+++ b/www/tt-rss/Makefile
@@ -7,6 +7,7 @@
PORTNAME= tt-rss
PORTVERSION= 1.5.8.1
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://tt-rss.org/download/
diff --git a/www/tt-rss/files/ttrssd.in b/www/tt-rss/files/ttrssd.in
index d3e170785461..6df63991e987 100644
--- a/www/tt-rss/files/ttrssd.in
+++ b/www/tt-rss/files/ttrssd.in
@@ -43,7 +43,7 @@ ttrssd_start() {
ttrssd_stop() {
[ -f $pidfile ] || (echo "$name not running?"; exit 1)
echo "Stopping $long_name"
- kill `ps | grep $phpupd | grep -v grep | awk '{print $1}'`
+ kill `ps x | grep $phpupd | grep -v grep | awk '{print $1}'`
rm -f $pidfile
}