mirror of https://github.com/fail2ban/fail2ban
very minor -- uniform indentation in example
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_8@778 a942ae1a-1317-0410-a47c-b1dcaea8d605debian-upstream^2
parent
02be7d03b2
commit
b9b9e42223
|
@ -43,7 +43,7 @@ class SafeConfigParserWithIncludes(SafeConfigParser):
|
||||||
|
|
||||||
[INCLUDES]
|
[INCLUDES]
|
||||||
before = 1.conf
|
before = 1.conf
|
||||||
3.conf
|
3.conf
|
||||||
|
|
||||||
after = 1.conf
|
after = 1.conf
|
||||||
|
|
||||||
|
@ -54,8 +54,8 @@ after = 1.conf
|
||||||
the tree.
|
the tree.
|
||||||
|
|
||||||
I wasn't sure what would be the right way to implement generic (aka c++
|
I wasn't sure what would be the right way to implement generic (aka c++
|
||||||
template) so we could base at any *configparser class... so I will
|
template) so we could base at any *configparser class... so I will
|
||||||
leave it for the future
|
leave it for the future
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue