ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/debian/crossfire-server.logrotate
Revision: 1.2
Committed: Tue Feb 27 12:06:08 2007 UTC (17 years, 2 months ago) by pippijn
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
State: FILE REMOVED
Log Message:
renamed crossfire to cfplus

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     }