aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/cacti/files/patch-include__global_settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/cacti/files/patch-include__global_settings.php')
-rw-r--r--net-mgmt/cacti/files/patch-include__global_settings.php11
1 files changed, 4 insertions, 7 deletions
diff --git a/net-mgmt/cacti/files/patch-include__global_settings.php b/net-mgmt/cacti/files/patch-include__global_settings.php
index fdbe9e527235..c365a805c9cd 100644
--- a/net-mgmt/cacti/files/patch-include__global_settings.php
+++ b/net-mgmt/cacti/files/patch-include__global_settings.php
@@ -1,14 +1,11 @@
---- ./include/global_settings.php.orig 2013-08-06 19:31:19.000000000 -0700
-+++ ./include/global_settings.php 2014-08-11 18:37:08.000000000 -0700
-@@ -96,9 +96,9 @@
+--- include/global_settings.php.bak 2015-03-12 03:08:59.333297709 -0700
++++ include/global_settings.php 2015-03-12 03:10:47.532302704 -0700
+@@ -96,7 +96,7 @@
),
"path_cactilog" => array(
"friendly_name" => "Cacti Log File Path",
- "description" => "The path to your Cacti log file (if blank, defaults to <path_cacti>/log/cacti.log)",
+ "description" => "The path to your Cacti log file (if blank, defaults to /var/log/cacti/log)",
"method" => "filepath",
-- "default" => $config["base_path"] . "/log/cacti.log",
-+ "default" => "/var/log/cacti/log",
+ "default" => $config["base_path"] . "/log/cacti.log",
"max_length" => "255"
- ),
- "pollerpaths_header" => array(