From ed46bcdaf2be703b983e8193892ad9846aef80ab Mon Sep 17 00:00:00 2001 From: Cyril Jaquier Date: Sun, 7 Aug 2005 13:10:39 +0000 Subject: [PATCH] - Removed "It needs log4py" from description git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_5@181 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a2d4b4bc..a4f096f3 100755 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ Fail2Ban scans log files like /var/log/pwdfail or /var/log/apache/error_log and bans IP that makes too many password failures. It updates firewall rules to reject the IP address or executes user defined -commands. It needs log4py.''' +commands.''' setup( name = "fail2ban",