Subversion Repositories configs

Rev

Rev 3 | Go to most recent revision | 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
#
8
# Fedora view:
9
#  http://pkgs.fedoraproject.org/cgit/fail2ban.git/tree/fail2ban-logrotate
10
 
3 - 11
/var/log/fail2ban.log {
6 - 12
    rotate 7
3 - 13
    missingok
6 - 14
    compress
3 - 15
    postrotate
6 - 16
      /usr/bin/fail2ban-client flushlogs  1>/dev/null || true
3 - 17
    endscript
18
}