Files
bsdports/_unused/cacti/files/patch-include__global.php
2019-12-26 07:26:06 +00:00

12 lines
470 B
PHP

--- include/global.php.orig 2017-08-13 04:06:37 UTC
+++ include/global.php
@@ -139,7 +139,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';
/* for multiple pollers, we need to know this location */
if (!isset($scripts_path)) {