summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-12-12 09:14:15 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-12-12 09:14:15 +0000
commit2d657fa4205e27e78c19147b362a9c212c5c81f9 (patch)
tree03272c115c36648a003dc40bf1774f94b0cff39a /net-mgmt
parentFix email addresses and WWW site (diff)
The 'restart' option of 'smokeping.sh' doesn't work properly,
as reported by Kent Kuriyama <kuriyakk@cpf.navy.mil>. PR: ports/45996 Submitted by: Lars Thegler <lars@thegler.dk>
Notes
Notes: svn path=/head/; revision=71569
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/smokeping/Makefile2
-rw-r--r--net-mgmt/smokeping/files/smokeping.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/smokeping/Makefile b/net-mgmt/smokeping/Makefile
index be208697dd2b..a52a22466fdf 100644
--- a/net-mgmt/smokeping/Makefile
+++ b/net-mgmt/smokeping/Makefile
@@ -7,7 +7,7 @@
PORTNAME= smokeping
PORTVERSION= 1.16
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net www
MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/
diff --git a/net-mgmt/smokeping/files/smokeping.sh b/net-mgmt/smokeping/files/smokeping.sh
index 9f8ff1cbf7d6..e47e7470d6d2 100644
--- a/net-mgmt/smokeping/files/smokeping.sh
+++ b/net-mgmt/smokeping/files/smokeping.sh
@@ -13,7 +13,7 @@ start)
;;
restart)
[ -r ${PREFIX}/etc/smokeping/config ] && \
- su -f -m smokeping -c ${PREFIX}/bin/smokeping --restart > /dev/null && \
+ su -f -m smokeping -c "${PREFIX}/bin/smokeping --restart" > /dev/null && \
echo -n ' smokeping'
;;
stop)