From e803f9c8cf9d14dd81a469b631fc4a2d79a7f315 Mon Sep 17 00:00:00 2001 From: dvl Date: Mon, 20 Nov 2017 23:33:36 +0000 Subject: Set path to rrdtool --- net-mgmt/librenms/Makefile | 1 + net-mgmt/librenms/files/patch-includes_defaults.inc.php | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'net-mgmt') diff --git a/net-mgmt/librenms/Makefile b/net-mgmt/librenms/Makefile index a92f45805fff..0146b26974b6 100644 --- a/net-mgmt/librenms/Makefile +++ b/net-mgmt/librenms/Makefile @@ -3,6 +3,7 @@ PORTNAME= librenms PORTVERSION= 1.33.01 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net-mgmt diff --git a/net-mgmt/librenms/files/patch-includes_defaults.inc.php b/net-mgmt/librenms/files/patch-includes_defaults.inc.php index 759fd6bad45e..27ade5e35b20 100644 --- a/net-mgmt/librenms/files/patch-includes_defaults.inc.php +++ b/net-mgmt/librenms/files/patch-includes_defaults.inc.php @@ -1,6 +1,6 @@ --- includes/defaults.inc.php.orig 2017-11-01 17:55:06.000000000 +0000 -+++ includes/defaults.inc.php 2017-11-20 21:06:51.816968000 +0000 -@@ -48,19 +48,19 @@ ++++ includes/defaults.inc.php 2017-11-20 23:16:29.419902000 +0000 +@@ -48,19 +48,21 @@ $config['fping_options']['timeout'] = 500; $config['fping_options']['count'] = 3; $config['fping_options']['millisec'] = 200; @@ -23,6 +23,8 @@ -$config['virsh'] = '/usr/bin/virsh'; -$config['dot'] = '/usr/bin/dot'; -$config['sfdp'] = '/usr/bin/sfdp'; ++$config['rrdtool'] = '/usr/local/bin/rrdtool'; ++$config['rrdtool_version'] = 1.7; +$config['ipmitool'] = '/usr/local/bin/ipmitool'; +$config['virsh'] = '/usr/lacal/bin/virsh'; +$config['dot'] = '/usr/local/bin/dot'; -- cgit