From ff83fcf9b9090b4ce27b3566f74a12a78bf07a10 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 11:59:38 +0200 Subject: Adding debian version 2.7.12. Signed-off-by: Daniel Baumann --- debian/apt.logrotate | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 debian/apt.logrotate (limited to 'debian/apt.logrotate') diff --git a/debian/apt.logrotate b/debian/apt.logrotate new file mode 100644 index 0000000..9a6e5d1 --- /dev/null +++ b/debian/apt.logrotate @@ -0,0 +1,16 @@ +/var/log/apt/term.log { + rotate 12 + monthly + compress + missingok + notifempty +} + +/var/log/apt/history.log { + rotate 12 + monthly + compress + missingok + notifempty +} + -- cgit v1.2.3