diff options
author | dvl <dvl@FreeBSD.org> | 2017-11-21 07:33:36 +0800 |
---|---|---|
committer | dvl <dvl@FreeBSD.org> | 2017-11-21 07:33:36 +0800 |
commit | e803f9c8cf9d14dd81a469b631fc4a2d79a7f315 (patch) | |
tree | 943f71957bf3a19173ea6c06ddb3a539538f8fdf /net-mgmt | |
parent | b1c2c99e56db1a9e179c868cc07a4b99fa15cf89 (diff) | |
download | freebsd-ports-gnome-e803f9c8cf9d14dd81a469b631fc4a2d79a7f315.tar.gz freebsd-ports-gnome-e803f9c8cf9d14dd81a469b631fc4a2d79a7f315.tar.zst freebsd-ports-gnome-e803f9c8cf9d14dd81a469b631fc4a2d79a7f315.zip |
Set path to rrdtool
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/librenms/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/librenms/files/patch-includes_defaults.inc.php | 6 |
2 files changed, 5 insertions, 2 deletions
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'; |