From 4320aa42a2c3ab8c47430d741de61c474ac436aa Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Tue, 30 Apr 2024 10:17:24 +0200 Subject: [PATCH] - fix obsoleted keyword stats_freq in config files --- syslog-ng-simple.conf | 2 +- syslog-ng.conf | 2 +- syslog-ng.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/syslog-ng-simple.conf b/syslog-ng-simple.conf index e1f8c98..cfcb393 100644 --- a/syslog-ng-simple.conf +++ b/syslog-ng-simple.conf @@ -14,7 +14,7 @@ options { dir_owner(root); dir_group(logs); dir_perm(0750); - stats_freq(43200); + stats(freq(43200)); time_reopen(10); time_reap(360); mark_freq(600); diff --git a/syslog-ng.conf b/syslog-ng.conf index e23b02f..6380ab8 100644 --- a/syslog-ng.conf +++ b/syslog-ng.conf @@ -15,7 +15,7 @@ options { dir_owner(root); dir_group(logs); dir_perm(0750); - stats_freq(3600); + stats(freq(3600)); time_reopen(10); time_reap(360); mark_freq(600); diff --git a/syslog-ng.spec b/syslog-ng.spec index 80859a9..6745f20 100644 --- a/syslog-ng.spec +++ b/syslog-ng.spec @@ -36,7 +36,7 @@ Summary(pl.UTF-8): Syslog-ng - systemowy demon logujący nowej generacji Summary(pt_BR.UTF-8): Daemon de log nova geração Name: syslog-ng Version: 4.6.0 -Release: 1 +Release: 2 License: GPL v2+ with OpenSSL exception Group: Daemons Source0: https://github.com/balabit/syslog-ng/archive/%{name}-%{version}.tar.gz -- 2.44.0