Magellan Linux

Contents of /trunk/proftpd/proftpd.logrotate

Parent Directory Parent Directory | Revision Log Revision Log


Revision 265 - (show annotations) (download)
Wed Jul 11 23:16:10 2007 UTC (16 years, 9 months ago) by niro
File size: 318 byte(s)
- 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 }