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/smokeping/files | |
parent | Fix 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/smokeping/files')
-rw-r--r-- | net/smokeping/files/smokeping.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/smokeping/files/smokeping.sh b/net/smokeping/files/smokeping.sh index 9f8ff1cbf7d6..e47e7470d6d2 100644 --- a/net/smokeping/files/smokeping.sh +++ b/net/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) |