mirror of https://github.com/fail2ban/fail2ban
common.conf: fixed typo in comment (rfc5424 for logtype)
no functional changes; closes #3274pull/3324/head
parent
e2d50f38a6
commit
fbfc85d8c0
|
@ -10,7 +10,7 @@ after = common.local
|
||||||
|
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
|
|
||||||
# Type of log-file resp. log-format (file, short, journal, rfc542):
|
# Type of log-file resp. log-format (file, short, journal, rfc5424):
|
||||||
logtype = file
|
logtype = file
|
||||||
|
|
||||||
# Daemon definition is to be specialized (if needed) in .conf file
|
# Daemon definition is to be specialized (if needed) in .conf file
|
||||||
|
|
Loading…
Reference in New Issue