aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/smokeping
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-01-05 13:18:58 +0000
committerJohn Marino <marino@FreeBSD.org>2015-01-05 13:18:58 +0000
commitbcbae34226a1b7c3e0ad864e0c758ecbedc92400 (patch)
tree56d81dc1bbc7e3109a4e452a2ac64bc8e2197a4e /net-mgmt/smokeping
parent058ade94e8bfd2d492a28818ad434c5aa4e1d4fa (diff)
downloadports-bcbae34226a1b7c3e0ad864e0c758ecbedc92400.tar.gz
ports-bcbae34226a1b7c3e0ad864e0c758ecbedc92400.zip
Notes
Diffstat (limited to 'net-mgmt/smokeping')
-rw-r--r--net-mgmt/smokeping/Makefile2
-rw-r--r--net-mgmt/smokeping/files/smokeping.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/smokeping/Makefile b/net-mgmt/smokeping/Makefile
index f5febdb7999a..1dd973ff3b2e 100644
--- a/net-mgmt/smokeping/Makefile
+++ b/net-mgmt/smokeping/Makefile
@@ -3,7 +3,7 @@
PORTNAME= smokeping
PORTVERSION= 2.6.9
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net-mgmt www
MASTER_SITES= http://oss.oetiker.ch/smokeping/pub/ \
http://smokeping.cs.pu.edu.tw/pub/
diff --git a/net-mgmt/smokeping/files/smokeping.in b/net-mgmt/smokeping/files/smokeping.in
index c31b8b1cdb81..9bc303fbe42c 100644
--- a/net-mgmt/smokeping/files/smokeping.in
+++ b/net-mgmt/smokeping/files/smokeping.in
@@ -31,10 +31,10 @@ load_rc_config $name
: ${smokeping_user="%%USERS%%"}
: ${smokeping_group="%%GROUPS%%"}
-command=%%PREFIX%%/bin/smokeping
+command="%%PREFIX%%/bin/smokeping"
command_args="--logfile=${smokeping_logfile}"
pidfile="${smokeping_pidfile}"
-command_interpreter=%%PREFIX%%/bin/perl
+command_interpreter="%%PREFIX%%/bin/perl"
extra_commands=reload
reload_cmd="${command} --reload"