]> git.pld-linux.org Git - packages/crossfire.git/blob - crossfire.logrotate
- fix build against automake-1.11.2
[packages/crossfire.git] / crossfire.logrotate
1 /var/log/squid/crossfire.log {
2         su root games
3         olddir /var/log/archive
4         compress
5         create 660 root games
6         postrotate
7                 /sbin/service restart >/dev/null
8         endscript
9 }
This page took 0.032742 seconds and 3 git commands to generate.