Call it syncproxy3.wna instead, our config does not like to re-use the server's hostn...
[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 }