File: //proc/self/root/etc/logrotate.d/proftpd-xferlogs
# THIS FILE IS AUTOMATICALLY DISTRIBUTED BY PUPPET. ANY CHANGES WILL BE
# OVERWRITTEN.
/var/log/proftpd/xferlog /var/log/proftpd/xferreport {
compress
compresscmd /usr/bin/xz
create 0640 root support
missingok
monthly
notifempty
rotate 7
sharedscripts
uncompresscmd /usr/bin/unxz
postrotate
invoke-rc.d proftpd restart 2>/dev/null >/dev/null || true
ftpstats -a -r -l 2 -d -h -f /var/log/proftpd/xferlog.0 2>/dev/null >/var/log/proftpd/xferreport || true
endscript
}