# upgrade
# logrotate configuration file to manage upgrade_report files:
#	- limit current file size to 150 ko
#	- keep 3 rotations and compress olders
#
# Changelog:
#	- Tue Jul 19 2011 - Guillaume Catto
#	* Fix crms00326993: Configuration file's creation

/config/upgrade/upgrade_report
{
	rotate 2
	size=150k
	compress
}
