summaryrefslogtreecommitdiffstats
path: root/debian/dpkg.logrotate
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 18:35:34 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 18:35:34 +0000
commit3fa257bb4ed88187fb3e5f4ab13c18b4fac22cc6 (patch)
tree9eaf6d3ef113c0f4dd9c8c91557bf84941fe7d93 /debian/dpkg.logrotate
parentAdding upstream version 1.22.4. (diff)
downloaddpkg-3fa257bb4ed88187fb3e5f4ab13c18b4fac22cc6.tar.xz
dpkg-3fa257bb4ed88187fb3e5f4ab13c18b4fac22cc6.zip
Adding debian version 1.22.4.debian/1.22.4
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/dpkg.logrotate')
-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
+}