summaryrefslogtreecommitdiffstats
path: root/doc/rsyslog_tls.html
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2009-02-12 11:36:07 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-02-24 14:30:39 +0100
commit80c4b7a560221d0da8a4ff5afebb1906a0308ba7 (patch)
tree319664dd4e18df11f19c547a35d0942624133e5e /doc/rsyslog_tls.html
parent3c760a3dbcec5b320c7c03f3979f805f7960694d (diff)
downloadrsyslog-80c4b7a560221d0da8a4ff5afebb1906a0308ba7.tar.gz
rsyslog-80c4b7a560221d0da8a4ff5afebb1906a0308ba7.tar.xz
rsyslog-80c4b7a560221d0da8a4ff5afebb1906a0308ba7.zip
doc fix: don't use absolute paths for $ModLoad
Diffstat (limited to 'doc/rsyslog_tls.html')
-rw-r--r--doc/rsyslog_tls.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rsyslog_tls.html b/doc/rsyslog_tls.html
index 7d156c3a..a26a9f53 100644
--- a/doc/rsyslog_tls.html
+++ b/doc/rsyslog_tls.html
@@ -116,7 +116,7 @@ $DefaultNetstreamDriverCAFile /path/to/contrib/gnutls/ca.pem
$DefaultNetstreamDriverCertFile /path/to/contrib/gnutls/cert.pem
$DefaultNetstreamDriverKeyFile /path/to/contrib/gnutls/key.pem
-$ModLoad /home/rger/proj/rsyslog/plugins/imtcp/.libs/imtcp # load listener
+$ModLoad imtcp # load TCP listener
$InputTCPServerStreamDriverMode 1 # run driver in TLS-only mode
$InputTCPServerStreamDriverAuthMode anon # client is NOT authenticated