mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-15 13:01:19 +02:00
12 lines
431 B
PHP
12 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 */
|