Subversion Repositories configs

Rev

Rev 6 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
6 - 1
#
2
# Gentoo:
3
# http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/files/fail2ban-logrotate?view=markup
4
#
5
# Debian:
6
# https://github.com/fail2ban/fail2ban/blob/debian/debian/fail2ban.logrotate
7
 
3 - 8
/var/log/fail2ban.log {
9
    missingok
70 - 10
    notifempty
3 - 11
    postrotate
70 - 12
      /usr/bin/fail2ban-client flushlogs >/dev/null || true
3 - 13
    endscript
14
}