summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-10 13:23:01 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-10 13:23:01 +0000
commit4c1002deed0236488e7c4d2e1e6e2f44d57cd698 (patch)
treee7297945c4fc98b40017d157bba8567d79d2f7d7
parent4925c7e83bdcad95b01b88c402a862a5f890ddb7 (diff)
downloadrsyslog-4c1002deed0236488e7c4d2e1e6e2f44d57cd698.tar.gz
rsyslog-4c1002deed0236488e7c4d2e1e6e2f44d57cd698.tar.xz
rsyslog-4c1002deed0236488e7c4d2e1e6e2f44d57cd698.zip
changed some config file directives
-rw-r--r--doc/rsyslog_conf.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rsyslog_conf.html b/doc/rsyslog_conf.html
index 201ab0a7..bfd2141c 100644
--- a/doc/rsyslog_conf.html
+++ b/doc/rsyslog_conf.html
@@ -59,7 +59,7 @@ development and quite unstable...). So you have been warned ;)</p>
<li>$klogUseSyscallInterface (imklog)&nbsp; [on/<b>off</b>] -- former klogd
-2 option</li>
<li>$klogSymbolsTwice (imklog) [on/<b>off</b>] -- former klogd -s option</li>
- <li>$MainMsgQueueFilePrefix &lt;name&gt;</li>
+ <li>$MainMsgQueueFileName &lt;name&gt;</li>
<li><a href="rsconf1_mainmsgqueuesize.html">$MainMsgQueueSize</a></li>
<li>$MainMsgQueueMaxFileSize &lt;size_nbr&gt;, default 1m</li>
<li>$MainMsgQueueType [<b>FixedArray</b>/LinkedList/Direct/Disk]</li>
@@ -71,7 +71,7 @@ development and quite unstable...). So you have been warned ;)</p>
<li>$OmitLocalLogging (imuxsock) [on/<b>off</b>] -- former -o option</li>
<li><a href="rsconf1_repeatedmsgreduction.html">$RepeatedMsgReduction</a></li>
<li><a href="rsconf1_resetconfigvariables.html">$ResetConfigVariables</a></li>
- <li>$SpoolDirectory &lt;name&gt;</li>
+ <li>$WorkDirectory &lt;name&gt; (directory for spool and other work files)</li>
<li>$SystemLogSocketName &lt;name-of-socket&gt; -- former -p option</li>
<li>$UDPServerAddress &lt;IP&gt; (imudp) -- local IP address (or name) the UDP
listens should bind to</li>