summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/rsyslog_conf.html1
-rw-r--r--doc/v3compatibility.html5
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/rsyslog_conf.html b/doc/rsyslog_conf.html
index d0766456..183a6be7 100644
--- a/doc/rsyslog_conf.html
+++ b/doc/rsyslog_conf.html
@@ -67,6 +67,7 @@ development and quite unstable...). So you have been warned ;)</p>
<li><a href="rsconf1_repeatedmsgreduction.html">$RepeatedMsgReduction</a></li>
<li><a href="rsconf1_resetconfigvariables.html">$ResetConfigVariables</a></li>
<li>$SystemLogSocketName &lt;name-of-socket&gt; -- former -p option</li>
+ <li>$UDPListenPort &lt;port&gt; (imudp) -- former -r&lt;port&gt; option, default 514</li>
<li><a href="rsconf1_umask.html">$UMASK</a></li>
</ul>
<h2>Basic Structure</h2>
diff --git a/doc/v3compatibility.html b/doc/v3compatibility.html
index b3b94b03..a0b1e9c6 100644
--- a/doc/v3compatibility.html
+++ b/doc/v3compatibility.html
@@ -23,6 +23,11 @@ options will return, but only if running in non-v3-native mode.</p>
mark period. If you need a 20 minute mark period you need to</P>
<P><b>$ModLoad immark # wherever this is<br>
$MarkMessageInterval 1800 # 20 minutes</b></P>
+<h2>-r command line option</h2>
+<p>Is also no longer available. Use</p>
+<p><b>$ModLoad imudp<br>
+$UDPListenPort &lt;port&gt;</b></p>
+<p>config file directives.</p>
<h2>klogd</h2>
<P>klogd has (finally) been replaced by a loadable input module. To enable klogd
functionality, do</P>