From 2b549af7d9c09af93419149dc32048cd3702039f Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Thu, 9 Sep 2021 10:23:53 +0200 Subject: [PATCH] evolinux-base: split dpkg logrotate configuration --- CHANGELOG.md | 1 + evolinux-base/files/logs/logrotate.d/alternatives | 9 +++++++++ evolinux-base/files/logs/logrotate.d/dpkg | 12 +----------- 3 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 evolinux-base/files/logs/logrotate.d/alternatives diff --git a/CHANGELOG.md b/CHANGELOG.md index ef53b579..39b33e78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ The **patch** part changes incrementally at each release. * evocheck: upstream release 21.07 * evolinux-base: alert5 comes after the network * evolinux-base: force Debian version to buster for Evolix repository (temporary) +* evolinux-base: split dpkg logrotate configuration * kibana: 7.x by default * listupgrade: upstream release 21.06.3 * mysql: mariadb-client-10.5 on Debian 11 diff --git a/evolinux-base/files/logs/logrotate.d/alternatives b/evolinux-base/files/logs/logrotate.d/alternatives new file mode 100644 index 00000000..5fa5b7a1 --- /dev/null +++ b/evolinux-base/files/logs/logrotate.d/alternatives @@ -0,0 +1,9 @@ +/var/log/alternatives.log { + monthly + rotate 120 + compress + delaycompress + missingok + notifempty + create 644 root root +} diff --git a/evolinux-base/files/logs/logrotate.d/dpkg b/evolinux-base/files/logs/logrotate.d/dpkg index 16ac22fe..81f71969 100644 --- a/evolinux-base/files/logs/logrotate.d/dpkg +++ b/evolinux-base/files/logs/logrotate.d/dpkg @@ -6,14 +6,4 @@ missingok notifempty create 644 root root -} -/var/log/alternatives.log { - monthly - rotate 120 - compress - delaycompress - missingok - notifempty - create 644 root root -} - +} \ No newline at end of file