do use an 'unknown' arch-specification in test
[ntk/apt.git] / debian / apt.logrotate
1 /var/log/apt/term.log {
2 rotate 12
3 monthly
4 compress
5 missingok
6 notifempty
7 }
8
9 /var/log/apt/history.log {
10 rotate 12
11 monthly
12 compress
13 missingok
14 notifempty
15 }
16