ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/debian/crossfire-server.logrotate
Revision: 1.1
Committed: Fri Feb 3 07:11:47 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Branch point for: UPSTREAM
Log Message:
Initial revision

File Contents

# User Rev Content
1 root 1.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     }