diff options
author | Michael Biebl <biebl@debian.org> | 2009-02-12 11:36:07 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-02-24 14:30:39 +0100 |
commit | 80c4b7a560221d0da8a4ff5afebb1906a0308ba7 (patch) | |
tree | 319664dd4e18df11f19c547a35d0942624133e5e /doc/tls_cert_server.html | |
parent | 3c760a3dbcec5b320c7c03f3979f805f7960694d (diff) | |
download | rsyslog-80c4b7a560221d0da8a4ff5afebb1906a0308ba7.tar.gz rsyslog-80c4b7a560221d0da8a4ff5afebb1906a0308ba7.tar.xz rsyslog-80c4b7a560221d0da8a4ff5afebb1906a0308ba7.zip |
doc fix: don't use absolute paths for $ModLoad
Diffstat (limited to 'doc/tls_cert_server.html')
-rw-r--r-- | doc/tls_cert_server.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tls_cert_server.html b/doc/tls_cert_server.html index 51ad7bed..9c68db5d 100644 --- a/doc/tls_cert_server.html +++ b/doc/tls_cert_server.html @@ -87,8 +87,8 @@ what we assume in this tutorial. Evaluate your options based on your security ne <p>Keep in mind that this rsyslog.conf accepts messages via TCP, only. The only other source accepted is messages from the server itself. <code><pre> -$ModLoad /home/rger/proj/rsyslog/plugins/imuxsock/.libs/imuxsock # local messages -$ModLoad /home/rger/proj/rsyslog/plugins/imtcp/.libs/imtcp +$ModLoad imuxsock # local messages +$ModLoad imtcp # TCP listener # make gtls driver the default $DefaultNetstreamDriver gtls |