From 46171a73e5fd2405cdddff77d27af4154722b2c4 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 7 Sep 2007 09:20:18 +0000 Subject: added capability to specify absolute module path in $ModLoad --- doc/rsconf1_modload.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/rsconf1_modload.html b/doc/rsconf1_modload.html index cd0816c4..397e6757 100644 --- a/doc/rsconf1_modload.html +++ b/doc/rsconf1_modload.html @@ -14,8 +14,11 @@ any configuration file lines that reference it.

Modules must be present in the system default destination for rsyslog modules. You can also set the direcotry via the $ModDir directive.

+

If a full path name is specified, the module is loaded from that path. The +default module directory is ignored in that case.

Sample:

-

$ModLoad MySQL  # load MySQL functionality

+

$ModLoad MySQL  # load MySQL functionality
+$ModLoad /rsyslog/modules/somemodule.so # load a module via absolute path

[rsyslog.conf overview] [manual index] [rsyslog site]

-- cgit