summaryrefslogtreecommitdiffstats
path: root/debian/dpkg.logrotate
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 00:45:21 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 00:45:21 +0000
commitb3e64bc4a36b1150b6e6de6ad7b966dfd98b1d4d (patch)
treefbba61f0870404ee20c06c4fcafcb01b74f478a9 /debian/dpkg.logrotate
parentAdding upstream version 1.19.8. (diff)
downloaddpkg-b3e64bc4a36b1150b6e6de6ad7b966dfd98b1d4d.tar.xz
dpkg-b3e64bc4a36b1150b6e6de6ad7b966dfd98b1d4d.zip
Adding debian version 1.19.8.debian/1.19.8debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/dpkg.logrotate9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/dpkg.logrotate b/debian/dpkg.logrotate
new file mode 100644
index 0000000..cf36f08
--- /dev/null
+++ b/debian/dpkg.logrotate
@@ -0,0 +1,9 @@
+/var/log/dpkg.log {
+ monthly
+ rotate 12
+ compress
+ delaycompress
+ missingok
+ notifempty
+ create 644 root root
+}