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