diff options
author | CoprDistGit <infra@openeuler.org> | 2024-11-25 12:25:55 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-11-25 12:25:55 +0000 |
commit | 1f0e60eceb85acab3154dfd2df19eee1ce14d359 (patch) | |
tree | c4a677f8bb1050dc20bc7d98d21b4e4ea888c08a /cacti-1.2.x-disable_log_rotation.patch | |
parent | 15e49492f3a764d7b2f947eabed89605897e2b7b (diff) |
automatic import of cacti
Diffstat (limited to 'cacti-1.2.x-disable_log_rotation.patch')
-rw-r--r-- | cacti-1.2.x-disable_log_rotation.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cacti-1.2.x-disable_log_rotation.patch b/cacti-1.2.x-disable_log_rotation.patch new file mode 100644 index 0000000..81ad0d7 --- /dev/null +++ b/cacti-1.2.x-disable_log_rotation.patch @@ -0,0 +1,11 @@ +--- cacti-1.2.23/include/config.php.dist.orig 2023-01-02 15:47:02.000000000 +0100 ++++ cacti-1.2.23/include/config.php.dist 2023-01-04 10:31:04.844402154 +0100 +@@ -94,7 +94,7 @@ $cacti_db_session = false; + * Disable log rotation settings for packagers + */ + +-$disable_log_rotation = false; ++$disable_log_rotation = true; + + /** + * Optional parameters to define scripts and resource paths. These |