diff options
Diffstat (limited to 'net-mgmt/cacti/files/patch-include__global_settings.php')
-rw-r--r-- | net-mgmt/cacti/files/patch-include__global_settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/cacti/files/patch-include__global_settings.php b/net-mgmt/cacti/files/patch-include__global_settings.php index c4bc62a1835e..4e05e3dd1c7f 100644 --- a/net-mgmt/cacti/files/patch-include__global_settings.php +++ b/net-mgmt/cacti/files/patch-include__global_settings.php @@ -9,7 +9,7 @@ 'method' => 'filepath', 'file_type' => 'ascii', - 'default' => $config['base_path'] . '/log/cacti.log', -+ 'default' => /var/log/cacti/log', ++ 'default' => '/var/log/cacti/log', 'max_length' => '255', 'install_check' => 'writable' ), |