chiark / gitweb /
dpkg (1.18.25) stretch; urgency=medium
[dpkg] / debian / dpkg.logrotate
1 /var/log/dpkg.log {
2         monthly
3         rotate 12
4         compress
5         delaycompress
6         missingok
7         notifempty
8         create 644 root root
9 }
10 /var/log/alternatives.log {
11         monthly
12         rotate 12
13         compress
14         delaycompress
15         missingok
16         notifempty
17         create 644 root root
18 }