summaryrefslogtreecommitdiffstats
path: root/debian/apt.logrotate
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 18:07:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 18:07:14 +0000
commit8a9229dbc7367a76c54f6f88c9c1738da260afc9 (patch)
tree9994217a3bd0e7839dd1d1e77e4072ca65e7affc /debian/apt.logrotate
parentAdding upstream version 1.8.2.3. (diff)
downloadapt-49e1dfa2b56e259faeaf5321c63d50a90544a42c.tar.xz
apt-49e1dfa2b56e259faeaf5321c63d50a90544a42c.zip
Adding debian version 1.8.2.3.debian/1.8.2.3debian
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
+}
+