diff options
| author | Florian Smeets <flo@FreeBSD.org> | 2013-04-18 21:47:37 +0000 |
|---|---|---|
| committer | Florian Smeets <flo@FreeBSD.org> | 2013-04-18 21:47:37 +0000 |
| commit | 8396f32d69d529304ae7c309dcf0e26f98a04ba2 (patch) | |
| tree | 3ea7896796d38f5116b25f405966835525d3e4eb /sysutils/munin-node | |
| parent | 6b8370846ee852f736392d34a0f6a1c372302e1e (diff) | |
Notes
Diffstat (limited to 'sysutils/munin-node')
| -rw-r--r-- | sysutils/munin-node/Makefile | 1 | ||||
| -rw-r--r-- | sysutils/munin-node/files/munin-sched.in | 2 |
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 |
