summaryrefslogtreecommitdiff
path: root/net-mgmt/cacti/files/patch-install__functions.php
blob: 90a6c7fa74404e9c636a2e5e1c70d9ae98e008dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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 */