Hello,

I installed rsyslog-8.8.0 from scratch to use it on
a eisfair-1 distribution.
When playing with command line options I received the
following error messages

command line option -4
rsyslogd: the -4 command line option will go away soon.
Please use the global(net.ipproto="ipv4-only") configuration parameter instead.

command line option -6
rsyslogd: the -4 command line option will go away soon.
Please use the global(net.ipproto="ipv6-only") configuration parameter instead.

There seem to be a copy+paste error plus two typos.
Could you please correct tools/rsyslogd.c

1118 old
"soon.\nPlease use the global(net.ipproto=\"ipv4-only\") "
1118 new
"soon.\nPlease use the global(net.ipprotocol=\"ipv4-only\") "

1123,1124 old
fprintf (stderr, "rsyslogd: the -4 command line option will go away "
"soon.\nPlease use the global(net.ipproto=\"ipv6-only\") "
1123,1124 new
fprintf (stderr, "rsyslogd: the -6 command line option will go away "
"soon.\nPlease use the global(net.ipprotocol=\"ipv6-only\") "

Please excuse my English, I am not a native speaker.

Thanks in advance
Ansgar
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of 
sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE 
THAT.

Reply via email to