summaryrefslogtreecommitdiffstats
path: root/debian/dpkg.alternatives.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'debian/dpkg.alternatives.logrotate')
-rw-r--r--debian/dpkg.alternatives.logrotate9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/dpkg.alternatives.logrotate b/debian/dpkg.alternatives.logrotate
new file mode 100644
index 0000000..41c8a9c
--- /dev/null
+++ b/debian/dpkg.alternatives.logrotate
@@ -0,0 +1,9 @@
+/var/log/alternatives.log {
+ monthly
+ rotate 12
+ compress
+ delaycompress
+ missingok
+ notifempty
+ create 644 root root
+}