From 9ace6dfa2e04881e48cc23b4c4dcaf306185893e Mon Sep 17 00:00:00 2001 From: Cyril Jaquier Date: Tue, 22 May 2007 19:51:53 +0000 Subject: [PATCH] - Made interactive mode optional in fail2ban-client git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@585 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- CHANGELOG | 1 + fail2ban-client | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 92b9e0d9..d6228b31 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -10,6 +10,7 @@ Fail2Ban (version 0.9.0) 2007/??/?? ver. 0.9.0 (2007/??/??) - alpha ---------- - Removed Python 2.4 code. Need more testing +- Made interactive mode optional in fail2ban-client ver. 0.8.0 (2007/05/03) - stable ---------- diff --git a/fail2ban-client b/fail2ban-client index 2920bfc0..cc74469b 100755 --- a/fail2ban-client +++ b/fail2ban-client @@ -27,7 +27,6 @@ __license__ = "GPL" import sys, string, os, pickle, re, logging, signal import getopt, time, shlex, socket -#import readline # Inserts our own modules path first in the list # fix for bug #343821