diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-04-02 01:10:04 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-04-02 01:10:04 +0000 |
commit | 847d4919e0adb73cb3981a8c8a7765890af7140c (patch) | |
tree | 45097368483659ed80ce6b3eef0743c594fcb80d /net/smokeping | |
parent | 7890eb4a59782574a3f168631ef5745a5a22fe57 (diff) | |
download | ports-847d4919e0adb73cb3981a8c8a7765890af7140c.tar.gz ports-847d4919e0adb73cb3981a8c8a7765890af7140c.zip |
Notes
Diffstat (limited to 'net/smokeping')
-rw-r--r-- | net/smokeping/Makefile | 3 | ||||
-rw-r--r-- | net/smokeping/distinfo | 2 | ||||
-rw-r--r-- | net/smokeping/files/smokeping.sh | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/net/smokeping/Makefile b/net/smokeping/Makefile index c12d2b1b508b..c7a87e768821 100644 --- a/net/smokeping/Makefile +++ b/net/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/smokeping/distinfo b/net/smokeping/distinfo index c32a06e5abab..733db677425e 100644 --- a/net/smokeping/distinfo +++ b/net/smokeping/distinfo @@ -1 +1 @@ -MD5 (smokeping-1.5.tar.gz) = 06313500d18199d36a5e2d3fa61d40b0 +MD5 (smokeping-1.6.tar.gz) = 113237ec8d0580169f4018bee07dea3f diff --git a/net/smokeping/files/smokeping.sh b/net/smokeping/files/smokeping.sh index 018a71bace7d..9f8ff1cbf7d6 100644 --- a/net/smokeping/files/smokeping.sh +++ b/net/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' ;; *) |