From 97ac5bd205401d18f307621abbf59e6218dec8e8 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 23 Mar 2011 16:00:01 -0400 Subject: [PATCH] ENH: slight rewordings of the long description (Closes: #588176) --- debian/control | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/debian/control b/debian/control index a164a95f..e1f3b65e 100644 --- a/debian/control +++ b/debian/control @@ -17,16 +17,17 @@ Depends: ${python:Depends}, ${misc:Depends}, lsb-base (>=2.0-7) Recommends: iptables, whois Suggests: python-gamin, mailx XB-Python-Version: ${python:Versions} -Description: bans IPs that cause multiple authentication errors - Monitors log files (e.g. /var/log/auth.log, +Description: ban hosts that cause multiple authentication errors + Fail2ban monitors log files (e.g. /var/log/auth.log, /var/log/apache/access.log) and temporarily or persistently bans - failure-prone addresses by updating existing firewall rules. The - software was completely rewritten at version 0.7.0 and now allows + failure-prone addresses by updating existing firewall rules. Fail2ban allows easy specification of different actions to be taken such as to ban an IP using iptables or hostsdeny rules, or simply to send a - notification email. Currently, by default, supports ssh/apache/vsftpd - but configuration can be easily extended for monitoring any other ASCII - file. All filters and actions are given in the config files, thus - fail2ban can be adopted to be used with a variety of files and - firewalls. + notification email. + . + By default, it comes with filter expressions for various services + (sshd, apache, qmail, proftpd, sasl etc.) but configuration can be + easily extended for monitoring any other text file. All filters and + actions are given in the config files, thus fail2ban can be adopted + to be used with a variety of files and firewalls.