diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-09-16 17:38:54 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-09-16 17:38:54 +0200 |
commit | 5bb38abf3dcf5ad30e386e234d23ff0ad7b02f36 (patch) | |
tree | bbc16617937f233639a5ba74f3b4cbe34c8c95b0 | |
parent | 0bc9755717187f2341a7e05e456b1c2a00ed567c (diff) | |
download | rsyslog-5bb38abf3dcf5ad30e386e234d23ff0ad7b02f36.tar.gz rsyslog-5bb38abf3dcf5ad30e386e234d23ff0ad7b02f36.tar.bz2 rsyslog-5bb38abf3dcf5ad30e386e234d23ff0ad7b02f36.zip |
bugfix: doc: imuxsock legacy param $SystemLogSocketParseTrusted was misspelled
Thanks to David Lang for alerting us
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | doc/imuxsock.html | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ --------------------------------------------------------------------------- Version 7.4.5 [v7.4-stable] 2013-09-?? +- bugfix: doc: imuxsock legacy param $SystemLogSocketParseTrusted was + misspelled + Thanks to David Lang for alerting us - bugfix: small memory leak in imfile when $ResetConfigVariables was used Thanks to Grégory Nuyttens for reporting this bug and providig a fix - bugfix: segfault on startup if TLS was used but no CA cert set diff --git a/doc/imuxsock.html b/doc/imuxsock.html index 0affe8c3..a3aad9bb 100644 --- a/doc/imuxsock.html +++ b/doc/imuxsock.html @@ -270,7 +270,7 @@ equivalent to: SysSock.IgnoreTimestamp.</li> <li><b>$InputUnixListenSocketHostName</b> <hostname> equivalent to: HostName.</li> <li><b>$InputUnixListenSocketAnnotate</b> <on/<b>off</b>> equivalent to: Annotate.</li> <li><b>$SystemLogSocketAnnotate</b> <on/<b>off</b>> equivalent to: SysSock.Annotate.</li> -<li><b>$SystemLogSocketParseTrusted</b> <on/<b>off</b>> equivalent to: SysSock.ParseTrusted.</li> +<li><b>$SystemLogParseTrusted</b> <on/<b>off</b>> equivalent to: SysSock.ParseTrusted.</li> </ul> <b>Caveats/Known Bugs:</b><br> |