committing changes in /etc made by "-bash"

Package changes:
This commit is contained in:
2022-06-17 10:04:57 +03:00
parent 48e168f1a3
commit 4cdda8276d
158 changed files with 9017 additions and 0 deletions

14
logrotate.d/fail2ban Normal file
View File

@@ -0,0 +1,14 @@
#
# Gentoo:
# http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/files/fail2ban-logrotate?view=markup
#
# Debian:
# https://github.com/fail2ban/fail2ban/blob/debian/debian/fail2ban.logrotate
/var/log/fail2ban.log {
missingok
notifempty
postrotate
/usr/bin/fail2ban-client flushlogs >/dev/null || true
endscript
}