From bb0d1da6daeede6fc1236bff37814353ef5480ee Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 14 Oct 2005 07:07:35 +0000 Subject: added capability to specify listen port for rfc3195d --- rfc3195d.8 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'rfc3195d.8') diff --git a/rfc3195d.8 b/rfc3195d.8 index 82ecbd32..b41d2932 100644 --- a/rfc3195d.8 +++ b/rfc3195d.8 @@ -10,6 +10,9 @@ rfc3195d \- RFC 3195 listener .RB [ " \-p" .IB socket ] +.RB [ " \-r" +.IB port +] .RB [ " \-v " ] .LP .SH DESCRIPTION @@ -45,6 +48,9 @@ time as the rsyslog project is continously being enhanced. The socket the received messages are to be sent to. If not specified, /dev/log3195 is used. .TP +.BI "\-r " "port" +The listen port to use. If not specified, IANA-assigned port 601 is used. +.TP .B "\-d" Turns on debug mode. In it, rfc3195d spits out diagnostic information to stdout. -- cgit