15 lines
277 B
Plaintext
15 lines
277 B
Plaintext
# THIS FILE IS AUTOMATICALLY DISTRIBUTED BY PUPPET. ANY CHANGES WILL BE
|
|
# OVERWRITTEN.
|
|
|
|
/var/log/dpkg.log /var/log/alternatives.log {
|
|
compress
|
|
delaycompress
|
|
missingok
|
|
notifempty
|
|
rotate 4
|
|
weekly
|
|
postrotate
|
|
invoke-rc.d rsyslog rotate > /dev/null
|
|
endscript
|
|
}
|