diff options
author | Yaroslav Halchenko <debian@onerussian.com> | 2013-05-02 23:55:26 -0400 |
---|---|---|
committer | Yaroslav Halchenko <debian@onerussian.com> | 2013-05-02 23:55:26 -0400 |
commit | b65205d4add9e062c070aea54ef14baaa6749efa (patch) | |
tree | 91cbdfe18b94581ad43af65e0ddf6170e852af07 /man | |
parent | 097fe63dcb32cf2e734f13e12b2aca45624cd739 (diff) | |
parent | 7c409dd24fbbef88e0d972e20d5f4223a06dce5d (diff) | |
download | fail2ban-b65205d4add9e062c070aea54ef14baaa6749efa.tar.gz |
Merge branch 'master' into 0.9
* master:
ENH: "is None" instead of "== None" + tune ups in headers
BF: log error only if there were missed config files that couldn't be read
DOC: missing cinfo tags are ok. Log error for self referencing definitions
DOC: s/defination/definition/g learn to spell
Changelog entry for the previous commit and some untabify
BF: pyinotify backend should also handle IN_MOVED_TO events
ENH: remove stats of config files and use results of SafeConfigParserWithIncludes.read to facilitate meaningful error messages
DOC: credits for gh-70 fix
BF: ensure dates in email are in the C locale. Thanks iGeorgeX
DOC: ChangeLog for recursive tag substition
ENH: allow recursive tag substitution in action files.
DOC: document <br> tag
DOC: ChangeLog for named-refused entry
ENH: Account for views in named filter. By Romain Riviere in gentoo bug #259458
DOC: release documentation and distributor contacts
DOC: changelog entry for enhanced ssh filter
BF: Rename mentioning of README to README.md (Fixes #187)
updated README.md to hyperlink, add travis and coversall
Moving README into a markup README.md for github's goodnesses
Conflicts:
DEVELOP
README.md
fail2ban/client/configreader.py
fail2ban/server/datedetector.py
Diffstat (limited to 'man')
-rw-r--r-- | man/jail.conf.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/jail.conf.5 b/man/jail.conf.5 index 3f9c0884..14dc5663 100644 --- a/man/jail.conf.5 +++ b/man/jail.conf.5 @@ -100,7 +100,7 @@ Commands specified in the [Definition] section are executed through a system she return 0, otherwise error would be logged. Moreover if \fBactioncheck\fR exits with non-0 status, it is taken as indication that firewall status has changed and fail2ban needs to reinitialize itself (i.e. issue \fBactionstop\fR and \fBactionstart\fR commands). Tags are enclosed in <>. All the elements of [Init] are tags that are replaced in all action commands. Tags can be added by the -\fBfail2ban-client\fR using the setctag command. +\fBfail2ban-client\fR using the setctag command. \fB<br>\fR is a tag that is always a new line (\\n). More than a single command is allowed to be specified. Each command needs to be on a separate line and indented with whitespaces without blank lines. The following example defines two commands to be executed. |