diff options
Diffstat (limited to 'net-mgmt/cacti88/files/patch-include__global_settings.php')
-rw-r--r-- | net-mgmt/cacti88/files/patch-include__global_settings.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/cacti88/files/patch-include__global_settings.php b/net-mgmt/cacti88/files/patch-include__global_settings.php new file mode 100644 index 000000000000..97d60b669527 --- /dev/null +++ b/net-mgmt/cacti88/files/patch-include__global_settings.php @@ -0,0 +1,11 @@ +--- include/global_settings.php.orig 2016-02-07 19:26:54 UTC ++++ include/global_settings.php +@@ -96,7 +96,7 @@ $settings = array( + ), + "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", + "max_length" => "255" |