Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > media > contrib-testing > by-pkgid > 0708d07c35561e35d41e82b064f984df > files > 2

ocsinventory-agent-1.02-2.1mdv2009.0.noarch.rpm

# Rotate OCS Inventory NG agent logs daily, only if not empty
# Save 7 days old logs under compressed mode
/var/log/ocsinventory-agent/*.log {
	daily
	rotate 7
	compress
	notifempty
	missingok
}