diff options
author | Florian Smeets <flo@FreeBSD.org> | 2013-05-10 15:34:10 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2013-05-10 15:34:10 +0000 |
commit | 260e0522cd98072cd34f6268c36f3a55b8805f3d (patch) | |
tree | bb378800adc09b971f7bade4a81e780c78361c98 /sysutils/munin-node/files/munin-node.in | |
parent | - Update to 0.8.8 (diff) |
- prevent warnings about command_interpreter after r317610 (shebangfix
conversion)
- add missing dependency to make cidr_allow/cidr_deny work in
munin-node.conf
Notes
Notes:
svn path=/head/; revision=317820
Diffstat (limited to 'sysutils/munin-node/files/munin-node.in')
-rw-r--r-- | sysutils/munin-node/files/munin-node.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/munin-node/files/munin-node.in b/sysutils/munin-node/files/munin-node.in index 40998c5b0fde..e59f4dd135cd 100644 --- a/sysutils/munin-node/files/munin-node.in +++ b/sysutils/munin-node/files/munin-node.in @@ -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 |