From 8750f48390262e0b75b37a43b2d66e5e1c0ca2c3 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 28 Feb 2010 18:24:06 +0100 Subject: 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 --- tools/rsyslog.conf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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 -- cgit