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

Collapse All | Expand All

(-)/etc/logrotate.d/c-icap (-9 / +3 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
{
2
	missingok
3
	missingok
3
	postrotate
4
	postrotate
4
		/etc/init.d/c-icap restart
5
		/etc/init.d/c-icap reload > /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
6
	endscript
13
}
7
}

Return to bug 588056