summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2002-04-02 01:10:04 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2002-04-02 01:10:04 +0000
commit847d4919e0adb73cb3981a8c8a7765890af7140c (patch)
tree45097368483659ed80ce6b3eef0743c594fcb80d /net-mgmt
parentUpdate port to version V2.9-3 (2.9.3) (diff)
o Upgrade to 1.6.
o Fix a bug of "stop" feature in smokeping.sh. Submitted by: Lars Thegler <lars@thegler.dk> (maintainer) PR: ports/36006
Notes
Notes: svn path=/head/; revision=57163
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/smokeping/Makefile3
-rw-r--r--net-mgmt/smokeping/distinfo2
-rw-r--r--net-mgmt/smokeping/files/smokeping.sh2
3 files changed, 3 insertions, 4 deletions
diff --git a/net-mgmt/smokeping/Makefile b/net-mgmt/smokeping/Makefile
index c12d2b1b508b..c7a87e768821 100644
--- a/net-mgmt/smokeping/Makefile
+++ b/net-mgmt/smokeping/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= smokeping
-PORTVERSION= 1.5
-PORTREVISION= 1
+PORTVERSION= 1.6
CATEGORIES= net www
MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/
diff --git a/net-mgmt/smokeping/distinfo b/net-mgmt/smokeping/distinfo
index c32a06e5abab..733db677425e 100644
--- a/net-mgmt/smokeping/distinfo
+++ b/net-mgmt/smokeping/distinfo
@@ -1 +1 @@
-MD5 (smokeping-1.5.tar.gz) = 06313500d18199d36a5e2d3fa61d40b0
+MD5 (smokeping-1.6.tar.gz) = 113237ec8d0580169f4018bee07dea3f
diff --git a/net-mgmt/smokeping/files/smokeping.sh b/net-mgmt/smokeping/files/smokeping.sh
index 018a71bace7d..9f8ff1cbf7d6 100644
--- a/net-mgmt/smokeping/files/smokeping.sh
+++ b/net-mgmt/smokeping/files/smokeping.sh
@@ -18,7 +18,7 @@ restart)
;;
stop)
[ -r ${PREFIX}/var/smokeping/smokeping.pid ] && \
- su -f -m smokeping -c kill `cat ${PREFIX}/var/smokeping/smokeping.pid` > /dev/null && \
+ su -f -m smokeping -c "kill `cat ${PREFIX}/var/smokeping/smokeping.pid`" > /dev/null && \
echo -n ' smokeping'
;;
*)