Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 4aee3ab1a60184a2ac01a05d6a534a8d > files > 6

ocsinventory-agent-1.1.2.1-1.fc13.src.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
}