Subversion Repositories configs

Rev

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

Rev Author Line No. Line
5 - 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
 
4 - 8
/var/log/fail2ban.log {
9
    missingok
71 - 10
    notifempty
4 - 11
    postrotate
71 - 12
      /usr/bin/fail2ban-client flushlogs >/dev/null || true
4 - 13
    endscript
14
}