summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2013-04-18 21:47:37 +0000
committerFlorian Smeets <flo@FreeBSD.org>2013-04-18 21:47:37 +0000
commit8396f32d69d529304ae7c309dcf0e26f98a04ba2 (patch)
tree3ea7896796d38f5116b25f405966835525d3e4eb /sysutils
parent- Fix runtime behavior due to typo in FreeBSD upstream patch (diff)
Fix munin-sched rc script
PR: ports/177950 Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> Feature safe: yes
Notes
Notes: svn path=/head/; revision=316077
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/munin-node/Makefile1
-rw-r--r--sysutils/munin-node/files/munin-sched.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/munin-node/Makefile b/sysutils/munin-node/Makefile
index c17fa52de9a8..e19a76498c07 100644
--- a/sysutils/munin-node/Makefile
+++ b/sysutils/munin-node/Makefile
@@ -3,6 +3,7 @@
PORTNAME= munin
PORTVERSION= ${MUNIN_VERSION}
+PORTREVISION= 1
CATEGORIES= sysutils perl5
MASTER_SITES= ${MUNIN_SITES}
PKGNAMESUFFIX= -node
diff --git a/sysutils/munin-node/files/munin-sched.in b/sysutils/munin-node/files/munin-sched.in
index e866e79ef729..c88ad6ab3d0f 100644
--- a/sysutils/munin-node/files/munin-sched.in
+++ b/sysutils/munin-node/files/munin-sched.in
@@ -31,7 +31,7 @@ stop_precmd=find_pidfile
find_pidfile()
{
if type get_pidfile_from_conf >/dev/null 2>&1 &&
- get_pidfile_from_conf pid_file $munin_node_config; then
+ get_pidfile_from_conf pid_file $munin_sched_config; then
pidfile="${_pidfile_from_conf%node*}sched"
pidfile="${pidfile}${_pidfile_from_conf#*node}"
else