summaryrefslogtreecommitdiffstats
path: root/doc/rsconf1_modload.html
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-09-07 09:07:31 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-09-07 09:07:31 +0000
commitb5309562c880a4848aa7ff4d12db676566e30d81 (patch)
treed9edcc1600a32c51277be3ead5867013a478587a /doc/rsconf1_modload.html
parent5b9f98ee20a245cd5245717b168d7428c6bdad31 (diff)
downloadrsyslog-b5309562c880a4848aa7ff4d12db676566e30d81.tar.gz
rsyslog-b5309562c880a4848aa7ff4d12db676566e30d81.tar.xz
rsyslog-b5309562c880a4848aa7ff4d12db676566e30d81.zip
added $ModDir config directive
Diffstat (limited to 'doc/rsconf1_modload.html')
-rw-r--r--doc/rsconf1_modload.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/rsconf1_modload.html b/doc/rsconf1_modload.html
index 48bb8ab0..cd0816c4 100644
--- a/doc/rsconf1_modload.html
+++ b/doc/rsconf1_modload.html
@@ -11,6 +11,9 @@
The plug-in must obey the rsyslog module API. Currently, only MySQL is available
as a plugin, but others may create their own. A plug-in must be loaded BEFORE
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><b>Sample:</b></p>
<p><code><b>$ModLoad MySQL&nbsp; # load MySQL functionality</b></code></p>