Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 554488 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/net-proxy/c-icap/files/c-icap.logrotate (-9 / +2 lines)
Lines 1-13 Link Here
1
/var/log/c-icap/access.log {
1
/var/log/c-icap/access.log /var/log/c-icap/server.log {
2
	missingok
2
	missingok
3
	postrotate
3
	postrotate
4
		/etc/init.d/c-icap restart
4
		/etc/init.d/c-icap relog > /dev/null 2>&1 || true
5
	endscript
6
}
7
8
/var/log/cicap-server.log {
9
	missingok
10
	postrotate
11
		/etc/init.d/c-icap restart
12
	endscript
5
	endscript
13
}
6
}

Return to bug 554488