From 9b59581a6f7d161c7aafbc3300689337939bb382 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 18 Jul 2008 16:41:52 +0200 Subject: 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 --- doc/rsyslog-example.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/rsyslog-example.conf') 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 -- cgit v1.2.3