diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-08-14 08:28:42 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-08-14 08:28:42 +0000 |
commit | 87445422bf96c457b40eaa2dca212c3b416d34ba (patch) | |
tree | b9ab5aa26f61a8dcc735b85ea31610c48a4c201a /doc | |
parent | 0191d549b16d00255d63e3d8519a70a702e046ab (diff) | |
download | rsyslog-87445422bf96c457b40eaa2dca212c3b416d34ba.tar.gz rsyslog-87445422bf96c457b40eaa2dca212c3b416d34ba.tar.xz rsyslog-87445422bf96c457b40eaa2dca212c3b416d34ba.zip |
described hardcoded plugin path
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs.html b/doc/bugs.html index 5510b76b..0cf08327 100644 --- a/doc/bugs.html +++ b/doc/bugs.html @@ -14,6 +14,9 @@ here.</p> <p>This list has last been updated on 2007-07-30 by <a href="http://www.adiscon.com/en/people/rainer-gerhards.php">Rainer Gerhards</a>.</p> <h1>rsyslogd</h1> +<h2>plugin-directory</h2> +<p>The directory for plug-ins is currently hard-coded and must be /lib/rsyslog/. +If you want to change it, you need to modify syslogd.c.</p> <h2>forwarding remotely received messages</h2> <p>Sysklogd does not forward remotely received messages to other network destionation except when the -h option is given. This code is currently defunct. |