aboutsummaryrefslogtreecommitdiff
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, 0 insertions, 11 deletions
diff --git a/net-mgmt/cacti88/files/patch-include__global.php b/net-mgmt/cacti88/files/patch-include__global.php
deleted file mode 100644
index ae0aa711e549..000000000000
--- a/net-mgmt/cacti88/files/patch-include__global.php
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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";