diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-12 09:14:15 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-12 09:14:15 +0000 |
commit | 2d657fa4205e27e78c19147b362a9c212c5c81f9 (patch) | |
tree | 03272c115c36648a003dc40bf1774f94b0cff39a /net-mgmt/smokeping | |
parent | b8e509ba9c038c5190f882eba7033170e3ca8945 (diff) | |
download | ports-2d657fa4205e27e78c19147b362a9c212c5c81f9.tar.gz ports-2d657fa4205e27e78c19147b362a9c212c5c81f9.zip |
Notes
Diffstat (limited to 'net-mgmt/smokeping')
-rw-r--r-- | net-mgmt/smokeping/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/smokeping/files/smokeping.sh | 2 |
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) |