summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyril Jaquier <cyril.jaquier@fail2ban.org>2007-05-22 19:51:53 +0000
committerCyril Jaquier <cyril.jaquier@fail2ban.org>2007-05-22 19:51:53 +0000
commit9ace6dfa2e04881e48cc23b4c4dcaf306185893e (patch)
tree8280a46c10cf9da7a58750b176d3a9e83aeff3d1
parentb71c6335f44e85675f3c36bb6d7ba14069ced5cf (diff)
downloadfail2ban-9ace6dfa2e04881e48cc23b4c4dcaf306185893e.tar.gz
- Made interactive mode optional in fail2ban-client
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@585 a942ae1a-1317-0410-a47c-b1dcaea8d605
-rw-r--r--CHANGELOG1
-rwxr-xr-xfail2ban-client1
2 files changed, 1 insertions, 1 deletions
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