mirror of https://github.com/fail2ban/fail2ban
added verbosity patch from one of my branches. fixed stupid indents
parent
1f3e33e384
commit
ed6a45f1a6
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
diff -x '*~' -Naur fail2ban-0.6.1.pre/fail2ban.py fail2ban-0.6.1.post/fail2ban.py
|
diff -x '*~' -Naur fail2ban-0.6.1.pre/fail2ban.py fail2ban-0.6.1.post/fail2ban.py
|
||||||
--- fail2ban-0.6.1.pre/fail2ban.py 2006-03-19 00:20:44.000000000 -0500
|
--- fail2ban-0.6.1.pre/fail2ban.py 2006-03-19 00:20:44.000000000 -0500
|
||||||
+++ fail2ban-0.6.1.post/fail2ban.py 2006-07-03 23:29:58.000000000 -0400
|
+++ fail2ban-0.6.1.post/fail2ban.py 2006-07-03 23:39:20.000000000 -0400
|
||||||
@@ -161,9 +161,11 @@
|
@@ -161,9 +161,11 @@
|
||||||
"""
|
"""
|
||||||
# enabledsections can be defined just from the command line
|
# enabledsections can be defined just from the command line
|
||||||
|
|
Loading…
Reference in New Issue