ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/debian/crossfire-server.logrotate
Revision: 1.1.1.1 (vendor branch)
Committed: Fri Feb 3 07:11:47 2006 UTC (18 years, 3 months ago) by root
Branch: UPSTREAM
CVS Tags: UPSTREAM_2006_03_15, LAST_C_VERSION, STABLE, UPSTREAM_2006_02_22, difficulty_fix_merge_060810_2300, UPSTREAM_2006_02_03
Branch point for: difficulty_fix
Changes since 1.1: +0 -0 lines
Log Message:
initial import

File Contents

# Content
1 /var/log/crossfire/logfile {
2 weekly
3 missingok
4 notifempty
5 compress
6 nocreate
7 postrotate
8 /bin/kill -SIGUSR1 `cat /var/run/crossfire.pid` || true
9 endscript
10 }