mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
- 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)
11 lines
431 B
PHP
11 lines
431 B
PHP
--- install/functions.php.orig 2017-08-13 04:06:37 UTC
|
|
+++ install/functions.php
|
|
@@ -432,7 +432,7 @@ function install_file_paths () {
|
|
if (config_value_exists('path_cactilog')) {
|
|
$input['path_cactilog']['default'] = read_config_option('path_cactilog');
|
|
} else {
|
|
- $input['path_cactilog']['default'] = $config['base_path'] . '/log/cacti.log';
|
|
+ $input['path_cactilog']['default'] = '/var/log/cacti/log';
|
|
}
|
|
|
|
/* Theme */
|