diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-10-14 07:07:35 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-10-14 07:07:35 +0000 |
commit | bb0d1da6daeede6fc1236bff37814353ef5480ee (patch) | |
tree | dabac3c1913664a2fc56077ca107df80b39f5677 /rfc3195d.8 | |
parent | 28ff893ce64e2a46b62fb517c268ed1785c009c2 (diff) | |
download | rsyslog-bb0d1da6daeede6fc1236bff37814353ef5480ee.tar.gz rsyslog-bb0d1da6daeede6fc1236bff37814353ef5480ee.tar.xz rsyslog-bb0d1da6daeede6fc1236bff37814353ef5480ee.zip |
added capability to specify listen port for rfc3195d
Diffstat (limited to 'rfc3195d.8')
-rw-r--r-- | rfc3195d.8 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |