mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 02:30:44 -04:00
- Regenerate patch files with makepatch: Changes: http://www.cacti.net/changelog.php PR: 218949 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-04-26 00:30:09 UTC
|
|
+++ install/functions.php
|
|
@@ -421,7 +421,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 */
|