summaryrefslogtreecommitdiff
path: root/net-mgmt/librenms/files/patch-includes_defaults.inc.php
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2017-06-06 13:38:52 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2017-06-06 13:38:52 +0000
commit9404e62876a9b21354c09d5a9bccd8bad717d6d7 (patch)
tree0b080a9fb15cd85404c9d276cf65b5565a1e78f9 /net-mgmt/librenms/files/patch-includes_defaults.inc.php
parentMOVED: Fix sysutils/jail2 entry (diff)
net-mgmt/librenms: Update version 1.26=>1.28
- Fixed an issue where services-wrapper wasn't working (by adding the PATH line to the crontab) [1] - Fixed a permissions issue with some directories [1] - Added patch to validate.php which allows it to work correctly (accidentally ommitted from previous commit) [1] PR: 218608[1] Submitted by: freebsd@jonathanprice.org[1]
Diffstat (limited to 'net-mgmt/librenms/files/patch-includes_defaults.inc.php')
-rw-r--r--net-mgmt/librenms/files/patch-includes_defaults.inc.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/net-mgmt/librenms/files/patch-includes_defaults.inc.php b/net-mgmt/librenms/files/patch-includes_defaults.inc.php
index 37c8b302b234..9f199e135410 100644
--- a/net-mgmt/librenms/files/patch-includes_defaults.inc.php
+++ b/net-mgmt/librenms/files/patch-includes_defaults.inc.php
@@ -1,8 +1,8 @@
---- includes/defaults.inc.php.orig 2017-01-01 15:50:41.000000000 +0000
-+++ includes/defaults.inc.php 2017-01-09 13:24:06.964918000 +0000
-@@ -36,26 +36,26 @@
+--- includes/defaults.inc.php.orig 2017-03-26 12:06:00 UTC
++++ includes/defaults.inc.php
+@@ -41,26 +41,26 @@ $config['db_port'] = 3306;
$config['own_hostname'] = 'localhost';
-
+
// Location of executables
-$config['rrdtool'] = '/usr/bin/rrdtool';
+$config['rrdtool'] = '/usr/local/bin/rrdtool';
@@ -38,6 +38,6 @@
+$config['virsh'] = '/usr/local/bin/virsh';
+$config['dot'] = '/usr/local/bin/dot';
+$config['sfdp'] = '/usr/local/bin/sfdp';
-
+
// Memcached - Keep immediate statistics
$config['memcached']['enable'] = false;