diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-09-07 09:20:18 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-09-07 09:20:18 +0000 |
commit | 46171a73e5fd2405cdddff77d27af4154722b2c4 (patch) | |
tree | d4a9b63785c6f3795f89ebc5567ac79a92b86d88 | |
parent | 0bb0bc6b750e7dab67911655ea056f3b31a05412 (diff) | |
download | rsyslog-46171a73e5fd2405cdddff77d27af4154722b2c4.tar.gz rsyslog-46171a73e5fd2405cdddff77d27af4154722b2c4.tar.xz rsyslog-46171a73e5fd2405cdddff77d27af4154722b2c4.zip |
added capability to specify absolute module path in $ModLoad
-rw-r--r-- | doc/rsconf1_modload.html | 5 |
1 files changed, 4 insertions, 1 deletions
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.</p> <p>Modules must be present in the system default destination for rsyslog modules. You can also set the direcotry via the <a href="rsconf1_moddir.html"> $ModDir</a> directive.</p> +<p>If a full path name is specified, the module is loaded from that path. The +default module directory is ignored in that case.</p> <p><b>Sample:</b></p> -<p><code><b>$ModLoad MySQL # load MySQL functionality</b></code></p> +<p><code><b>$ModLoad MySQL # load MySQL functionality<br> +$ModLoad /rsyslog/modules/somemodule.so # load a module via absolute path</b></code></p> <p>[<a href="rsyslog_conf.html">rsyslog.conf overview</a>] [<a href="manual.html">manual index</a>] [<a href="http://www.rsyslog.com/">rsyslog site</a>]</p> |