From f4f27d790c811a9c54fff4dc68cbf6896f2d846a Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 28 Mar 2008 09:12:20 +0000 Subject: updating doc set for 3.12.5 release --- doc/v3compatibility.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/v3compatibility.html') diff --git a/doc/v3compatibility.html b/doc/v3compatibility.html index 562fbbc5..b069a440 100644 --- a/doc/v3compatibility.html +++ b/doc/v3compatibility.html @@ -4,7 +4,7 @@ -

Compatibility notes for rsyslog v3

+

Compatibility Notes for rsyslog v4

Written by Rainer Gerhards (2008-03-28)

Rsyslog aims to be a drop-in replacement for sysklogd. @@ -15,7 +15,7 @@ specifying the -c option on the rsyslog command line. That will enable backwards-compatibility mode. However, please note that things may be suboptimal in backward compatibility mode, so the advise is to work through this document, update your rsyslog.conf, remove the no longer -supported startup options and then add -c3 as the first option to the +supported startup options and then add -c4 as the first option to the rsyslog command line. That will enable native mode.

Please note that rsyslogd helps you during that process by logging appropriate messages about compatibility mode and @@ -57,7 +57,7 @@ syslog.conf.

compatibility mode. It must always be the first option on the command line, as it influences processing of the other options. To use the rsyslog v3 native -interface, specify -c3. To use compatibility mode , +interface, specify -c4. To use compatibility mode , either do not use -c at all or use -c<vers> where vers is the rsyslog version that it shall be compatible to. Use -c0 to be @@ -99,7 +99,7 @@ $UDPServerRun 514
$UDPSeverAddress * # all local interfaces
$UDPServerRun 1514

These config file settings run two listeners: one -at192.0.2.1:514 and one on port 1514, which listens on all local +at 192.0.2.1:514 and one on port 1514, which listens on all local interfaces.

Default port for UDP (and TCP) Servers

Please note that with pre-v3 rsyslogd, a service database -- cgit