Files @ a11d47a6cf00
Branch filter:

Location: ohnobinki_overlay/app-antivirus/clamav/files/clamav.logrotate

binki
dev-util/cmake: Bump cmake with my lib32 patch to cmake-2.8.3-r1, following gentoo-x86's changes.

(Portage version: 2.2.0_alpha11-r1/hg/Linux x86_64, signed Manifest commit with key 6BA81050)
/var/log/clamav/clamd.log {
	missingok
	postrotate
		/etc/init.d/clamd logfix
		/bin/kill -HUP `cat /var/run/clamav/clamd.pid 2> /dev/null` 2>/dev/null || true
	endscript
}

/var/log/clamav/freshclam.log {
	missingok
	postrotate
		/etc/init.d/clamd logfix
		/bin/kill -HUP `cat /var/run/clamav/freshclam.pid 2> /dev/null` 2>/dev/null || true
	endscript
}