ports/net-mgmt/cacti/files/patch-include__global_settings.php
Danilo G. Baio b74e71d1ac net-mgmt/cacti: Update to 1.1.17
- Regenerate patches

Changes:	https://www.cacti.net/release_notes.php?version=1.1.17

PR:		221499
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
2017-08-14 23:20:01 +00:00

14 lines
618 B
PHP

--- include/global_settings.php.orig 2017-08-13 04:06:37 UTC
+++ include/global_settings.php
@@ -144,9 +144,9 @@ $settings = array(
),
'path_cactilog' => array(
'friendly_name' => __('Cacti Log 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',
'max_length' => '255'
),
'logrotate_enabled' => array(