diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2016-08-21 23:22:35 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-28 00:22:59 +0100 |
commit | 5dc4eccf20c96120b01cf01bc8dc7996570609ec (patch) | |
tree | e0baf8b4d1b4da3469cf48d6e171e7d5b34cab38 /network/fail2ban/fail2ban.logrotate | |
parent | c66593c395503c89afcc3a80f2f6db51d2863a7a (diff) |
network/fail2ban: Updated for version 0.9.5.
Don't use 'noarch' (python2.7/site-packages is in /usr/lib64 on
64 bit).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/fail2ban/fail2ban.logrotate')
-rw-r--r-- | network/fail2ban/fail2ban.logrotate | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/network/fail2ban/fail2ban.logrotate b/network/fail2ban/fail2ban.logrotate deleted file mode 100644 index f4ef9bd8bd077..0000000000000 --- a/network/fail2ban/fail2ban.logrotate +++ /dev/null @@ -1,12 +0,0 @@ -# 5/23/2013 - updated logrotate script based on suggestion by Sebastian Arcus -# and official github documentation. -# 09/25/2014 - updated logrotate script for version 0.9.0 and beyond -/var/log/fail2ban.log { - weekly - rotate 7 - missingok - nocompress - postrotate - /usr/bin/fail2ban-client flushlogs 1>/dev/null || true - endscript -} |