Fix fail2ban-0.8.0-sshd.patch.

i9ce
athimm 18 years ago
parent 2d07810e66
commit ac81e2edf5

@ -8,7 +8,6 @@
+enabled = true
filter = sshd
action = iptables[name=SSH, port=ssh, protocol=tcp]
mail-whois[name=SSH, dest=yourmail@mail.com]
- mail-whois[name=SSH, dest=yourmail@mail.com]
-logpath = /var/log/sshd.log
+ mail-whois[name=SSH, dest=root]

@ -3,7 +3,7 @@
Summary: Ban IPs that make too many password failures
Name: fail2ban
Version: 0.8.0
Release: 5%{?dist}
Release: 6%{?dist}
License: GPL
Group: System Environment/Daemons
URL: http://fail2ban.sourceforge.net/
@ -73,7 +73,7 @@ fi
%config(noreplace) %{_sysconfdir}/logrotate.d/fail2ban
%changelog
* Wed May 23 2007 Axel Thimm <Axel.Thimm@ATrpms.net> - 0.8.0-5
* Wed May 23 2007 Axel Thimm <Axel.Thimm@ATrpms.net> - 0.8.0-6
- send mail to root; logrotate (Jonathan Underwood
<jonathan.underwood@gmail.com>)

Loading…
Cancel
Save