Magellan Linux

Contents of /tags/proftpd-1_3_0a-r1/proftpd/proftpd.logrotate

Parent Directory Parent Directory | Revision Log Revision Log


Revision 266 - (show annotations) (download)
Wed Jul 11 23:16:11 2007 UTC (16 years, 10 months ago) by (unknown author)
File size: 318 byte(s)
This commit was manufactured by cvs2svn to create tag
'proftpd-1_3_0a-r1'.
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 }