evolinux-base: split dpkg logrotate configuration

This commit is contained in:
Jérémy Lecour 2021-09-09 10:23:53 +02:00 committed by Jérémy Lecour
parent e429f7aecb
commit 2b549af7d9
3 changed files with 11 additions and 11 deletions

View File

@ -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

View File

@ -0,0 +1,9 @@
/var/log/alternatives.log {
monthly
rotate 120
compress
delaycompress
missingok
notifempty
create 644 root root
}

View File

@ -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
}
}