1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00

- prevent warnings about command_interpreter after r317610 (shebangfix

conversion)
- add missing dependency to make cidr_allow/cidr_deny work in
  munin-node.conf
This commit is contained in:
Florian Smeets 2013-05-10 15:34:10 +00:00
parent d18ae7b032
commit 260e0522cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317820
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= munin
PORTVERSION= ${MUNIN_VERSION}
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= sysutils perl5
MASTER_SITES= ${MUNIN_SITES}
PKGNAMESUFFIX= -node
@ -22,6 +22,7 @@ RUN_DEPENDS= p5-Cache-Cache>=0:${PORTSDIR}/devel/p5-Cache-Cache \
munin-common>=0:${PORTSDIR}/sysutils/munin-common \
p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server \
p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \
p5-Net-CIDR>=0:${PORTSDIR}/net-mgmt/p5-Net-CIDR \
bash:${PORTSDIR}/shells/bash
DISTINFO_FILE= ${MUNIN_DISTINFO}

View File

@ -24,7 +24,7 @@ load_rc_config $name
: ${munin_node_config="%%PREFIX%%/etc/munin/munin-node.conf"}
command="%%PREFIX%%/sbin/munin-node"
command_interpreter="/usr/bin/perl"
command_interpreter="%%PREFIX%%/bin/perl"
start_precmd=find_pidfile
status_precmd=find_pidfile
stop_precmd=find_pidfile