summaryrefslogtreecommitdiffstats
path: root/doc/v3compatibility.html
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-26 17:58:23 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-26 17:58:23 +0000
commit9d800f017aecfbac377192b49981c6ad0064bb04 (patch)
tree810134c4a61da10bce101c67f96c9eb113b2b2e4 /doc/v3compatibility.html
parentf1dceed0fee3e89f8a5a0a861d058caab4559725 (diff)
downloadrsyslog-9d800f017aecfbac377192b49981c6ad0064bb04.tar.gz
rsyslog-9d800f017aecfbac377192b49981c6ad0064bb04.tar.xz
rsyslog-9d800f017aecfbac377192b49981c6ad0064bb04.zip
added doc for new imudp input module
Diffstat (limited to 'doc/v3compatibility.html')
-rw-r--r--doc/v3compatibility.html5
1 files changed, 5 insertions, 0 deletions
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>