mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 11:31:18 +02:00
12 lines
368 B
PHP
12 lines
368 B
PHP
--- install/functions.php.orig 2019-07-15 19:23:30 UTC
|
|
+++ install/functions.php
|
|
@@ -538,7 +538,7 @@ function install_file_paths() {
|
|
}
|
|
|
|
if (empty($input['path_cactilog']['default'])) {
|
|
- $input['path_cactilog']['default'] = $config['base_path'] . '/log/cacti.log';
|
|
+ $input['path_cactilog']['default'] = '/var/log/cacti/log';
|
|
}
|
|
|
|
/* stderr log file path */
|