summaryrefslogtreecommitdiff
path: root/net-mgmt/cacti88/files/patch-include__global.php
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/cacti88/files/patch-include__global.php')
-rw-r--r--net-mgmt/cacti88/files/patch-include__global.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/cacti88/files/patch-include__global.php b/net-mgmt/cacti88/files/patch-include__global.php
new file mode 100644
index 000000000000..ae0aa711e549
--- /dev/null
+++ b/net-mgmt/cacti88/files/patch-include__global.php
@@ -0,0 +1,11 @@
+--- include/global.php.orig 2016-03-06 23:26:59 UTC
++++ include/global.php
+@@ -116,7 +116,7 @@ if ($config["cacti_server_os"] == "win32
+ $config["library_path"] = preg_replace("/(.*[\/])include/", "\\1lib", dirname(__FILE__));
+ }
+ $config["include_path"] = dirname(__FILE__);
+-$config["rra_path"] = $config["base_path"] . '/rra';
++$config["rra_path"] = '/var/db/cacti/rra';
+
+ /* colors */
+ $colors["dark_outline"] = "454E53";