summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/rsconf1_modload.html5
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&nbsp; # load MySQL functionality</b></code></p>
+<p><code><b>$ModLoad MySQL&nbsp; # 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>