logrotate was overcomplicated
[mirror/dsa-puppet.git] / modules / vsftpd / files / logrotate.conf
1 /var/log/ftp/*log
2 {
3         create 640 root adm
4
5         # ftpd doesn't handle SIGHUP properly
6         missingok
7         notifempty
8         rotate 4
9         weekly
10 }