mirror of https://github.com/fail2ban/fail2ban
- Made interactive mode optional in fail2ban-client
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@585 a942ae1a-1317-0410-a47c-b1dcaea8d6050.x
parent
b71c6335f4
commit
9ace6dfa2e
|
@ -10,6 +10,7 @@ Fail2Ban (version 0.9.0) 2007/??/??
|
||||||
ver. 0.9.0 (2007/??/??) - alpha
|
ver. 0.9.0 (2007/??/??) - alpha
|
||||||
----------
|
----------
|
||||||
- Removed Python 2.4 code. Need more testing
|
- Removed Python 2.4 code. Need more testing
|
||||||
|
- Made interactive mode optional in fail2ban-client
|
||||||
|
|
||||||
ver. 0.8.0 (2007/05/03) - stable
|
ver. 0.8.0 (2007/05/03) - stable
|
||||||
----------
|
----------
|
||||||
|
|
|
@ -27,7 +27,6 @@ __license__ = "GPL"
|
||||||
|
|
||||||
import sys, string, os, pickle, re, logging, signal
|
import sys, string, os, pickle, re, logging, signal
|
||||||
import getopt, time, shlex, socket
|
import getopt, time, shlex, socket
|
||||||
#import readline
|
|
||||||
|
|
||||||
# Inserts our own modules path first in the list
|
# Inserts our own modules path first in the list
|
||||||
# fix for bug #343821
|
# fix for bug #343821
|
||||||
|
|
Loading…
Reference in New Issue