Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/net-mgmt/cacti/files/patch-install__functions.php
16462 views
1
--- install/functions.php.orig 2019-07-15 19:23:30 UTC
2
+++ install/functions.php
3
@@ -538,7 +538,7 @@ function install_file_paths() {
4
}
5
6
if (empty($input['path_cactilog']['default'])) {
7
- $input['path_cactilog']['default'] = $config['base_path'] . '/log/cacti.log';
8
+ $input['path_cactilog']['default'] = '/var/log/cacti/log';
9
}
10
11
/* stderr log file path */
12
13