diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:00:48 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:00:48 +0000 |
commit | 3d8888c70266f612d1f427a112cc1e2155c19584 (patch) | |
tree | 3f799cdc23480c7afe9c5ff6632b545da1f17dec /debian/apt.logrotate | |
parent | Adding upstream version 2.6.1. (diff) | |
download | apt-debian.tar.xz apt-debian.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.logrotate | 16 |
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 +} + |