Parent Directory
|
Revision Log
Fix logrotate file, bug #400759 by Alan Swanson. (Portage version: 2.1.10.51/cvs/Linux x86_64)
| 1 | # $Header: /var/cvsroot/gentoo-x86/www-servers/cherokee/files/cherokee.logrotate,v 1.1 2011/09/16 11:57:03 matsuu Exp $ |
| 2 | # lighttpd logrotate script for Gentoo |
| 3 | |
| 4 | /var/log/cherokee/cherokee.access /var/log/cherokee/cherokee.error { |
| 5 | missingok |
| 6 | notifempty |
| 7 | sharedscripts |
| 8 | postrotate |
| 9 | [ -f /var/run/cherokee.pid ] && /bin/kill -USR2 `cat /var/run/cherokee.pid` |
| 10 | endscript |
| 11 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |