Magellan Linux

Contents of /tags/proftpd-1_3_1-r2/proftpd/proftpd.logrotate

Parent Directory Parent Directory | Revision Log Revision Log


Revision 372 - (show annotations) (download)
Mon Oct 15 19:09:02 2007 UTC (16 years, 6 months ago) by (unknown author)
File size: 318 byte(s)
This commit was manufactured by cvs2svn to create tag
'proftpd-1_3_1-r2'.
1 #
2 # ProFTPd logrotate config file
3 #
4
5 /var/log/proftpd/xferlog {
6 compress
7 missingok
8 postrotate
9 test -f /var/lock/subsys/proftpd && /usr/bin/killall -HUP proftpd
10 endscript
11 }
12
13 /var/log/proftpd/*.log {
14 compress
15 missingok
16 postrotate
17 test -f /var/lock/subsys/proftpd && /usr/bin/killall -HUP proftpd
18 endscript
19 }