diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2015-06-14 09:16:57 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2015-06-14 09:16:57 +0000 |
commit | b2449f52060f6e6f7939aa72e10b007a8958091c (patch) | |
tree | c081627650e02648b40ed71dc4795a97184b51d8 /net-mgmt | |
parent | 52c7826e8a5cacb357d704a3dded5d567295171f (diff) |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/smokeping/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/smokeping/files/smokeping.in | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/smokeping/Makefile b/net-mgmt/smokeping/Makefile index 461f7e01c8cb..b7714bd64590 100644 --- a/net-mgmt/smokeping/Makefile +++ b/net-mgmt/smokeping/Makefile @@ -3,7 +3,7 @@ PORTNAME= smokeping PORTVERSION= 2.6.11 -PORTREVISION= 1 +PORTREVISION= 2 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 d23c8fa64be5..d2011e7a6414 100644 --- a/net-mgmt/smokeping/files/smokeping.in +++ b/net-mgmt/smokeping/files/smokeping.in @@ -51,7 +51,7 @@ smokeping_startprecmd() smokeping_status() { - rc_pid=$(check_pidfile $pidfile $command) + rc_pid=$(check_pidfile $pidfile $command $command_interpreter) if [ -z "$rc_pid" ]; then _run_rc_notrunning else @@ -71,7 +71,7 @@ smokeping_reload() smokeping_stop() { - rc_pid=$(check_pidfile $pidfile $command) + rc_pid=$(check_pidfile $pidfile $command $command_interpreter) if [ -z "$rc_pid" ]; then _run_rc_notrunning else |