summaryrefslogtreecommitdiffstats
path: root/doc/rsyslog-example.conf
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-example.conf
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-example.conf')
-rw-r--r--doc/rsyslog-example.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rsyslog-example.conf b/doc/rsyslog-example.conf
index 495bc566..a3ec2f1f 100644
--- a/doc/rsyslog-example.conf
+++ b/doc/rsyslog-example.conf
@@ -34,7 +34,7 @@ $IncludeConfig /etc/rsyslog.d/ # whole directory (must contain t
# $ModLoad - Dynamically loads a plug-in and activates it
# --------
-$ModLoad MySQL # load MySQL functionality
+$ModLoad ommysql # load MySQL functionality
$ModLoad /rsyslog/modules/somemodule.so # load a module via absolute path