summaryrefslogtreecommitdiffstats
path: root/debian/dpkg.alternatives.logrotate
blob: 41c8a9c0a0f0b9836849d374fc0a4356d63fc530 (plain)
1
2
3
4
5
6
7
8
9
/var/log/alternatives.log {
	monthly
	rotate 12
	compress
	delaycompress
	missingok
	notifempty
	create 644 root root
}