summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Biebl <biebel@debian.org>2010-02-28 18:24:06 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-02-28 18:24:06 +0100
commit8750f48390262e0b75b37a43b2d66e5e1c0ca2c3 (patch)
tree2f491a6f0bfa82afbcadcf450b5b5815331bc4c9
parent791d8ea863cbd53eccf989e92ffd8b2ac00dd179 (diff)
downloadrsyslog-8750f48390262e0b75b37a43b2d66e5e1c0ca2c3.tar.gz
rsyslog-8750f48390262e0b75b37a43b2d66e5e1c0ca2c3.tar.xz
rsyslog-8750f48390262e0b75b37a43b2d66e5e1c0ca2c3.zip
Description: Correct error in rsyslog.conf(5) man page
$InputUDPServerRun config variable does not exist, should be $UDPServerRun instead http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571202 Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
-rw-r--r--tools/rsyslog.conf.52
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rsyslog.conf.5 b/tools/rsyslog.conf.5
index f2b915e2..e8a4ab92 100644
--- a/tools/rsyslog.conf.5
+++ b/tools/rsyslog.conf.5
@@ -80,7 +80,7 @@ used like this:
.IP
$ModLoad imudp
.IP
-$InputUDPServerRun 514
+$UDPServerRun 514
.TP
.I imtcp
Input plugin for plain TCP syslog. Replaces the deprecated -t