Merge branch 'master' of git+ssh://puppet.debian.org/srv/puppet.debian.org/git/dsa...
[mirror/dsa-puppet.git] / modules / vsftpd / files / logrotate.conf
1 /var/log/vsftpd.log /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 }