summaryrefslogtreecommitdiffstats
path: root/debian/apt.logrotate
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:00:48 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:00:48 +0000
commit3d8888c70266f612d1f427a112cc1e2155c19584 (patch)
tree3f799cdc23480c7afe9c5ff6632b545da1f17dec /debian/apt.logrotate
parentAdding upstream version 2.6.1. (diff)
downloadapt-8b8f2ecafdced1f61555dfb80eb24c573b0d3141.tar.xz
apt-8b8f2ecafdced1f61555dfb80eb24c573b0d3141.zip
Adding debian version 2.6.1.debian/2.6.1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/apt.logrotate')
-rw-r--r--debian/apt.logrotate16
1 files changed, 16 insertions, 0 deletions
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
+}
+