summaryrefslogtreecommitdiffstats
path: root/doc/rsyslog_reliable_forwarding.html
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2008-07-18 16:41:52 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-07-22 12:24:16 +0200
commit9b59581a6f7d161c7aafbc3300689337939bb382 (patch)
tree9b000f97ffa64be57fae549e43d742b0128323db /doc/rsyslog_reliable_forwarding.html
parent22f6e935f75514d3bf63fdc42d296c9e6b7b2b4c (diff)
downloadrsyslog-9b59581a6f7d161c7aafbc3300689337939bb382.tar.gz
rsyslog-9b59581a6f7d161c7aafbc3300689337939bb382.tar.xz
rsyslog-9b59581a6f7d161c7aafbc3300689337939bb382.zip
use the $ModLoad syntax consistently.
Update the documentation to use the new, preferred $ModLoad syntax: - no more MySQL - name of the in/output plugin without the trailing .so Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
Diffstat (limited to 'doc/rsyslog_reliable_forwarding.html')
-rw-r--r--doc/rsyslog_reliable_forwarding.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rsyslog_reliable_forwarding.html b/doc/rsyslog_reliable_forwarding.html
index 870ca9b7..d04d9ead 100644
--- a/doc/rsyslog_reliable_forwarding.html
+++ b/doc/rsyslog_reliable_forwarding.html
@@ -92,9 +92,9 @@ file names for the second action, else you will mess up your system.
<p>A sample for forwarding to two hosts looks like this:
<p>
<textarea rows="20" cols="80">
-$ModLoad imuxsock.so # local message reception
+$ModLoad imuxsock # local message reception
-$WorkDirectory /rsyslog/work # default location for work (spool) files
+$WorkDirectory /rsyslog/work # default location for work (spool) files
# start forwarding rule 1
$ActionQueueType LinkedList # use asynchronous processing