Date: Sat, 4 Mar 2017 06:19:41 +0000 (UTC) From: Ngie Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r314642 - head/usr.sbin/syslogd Message-ID: <201703040619.v246Jfx6003932@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Sat Mar 4 06:19:41 2017 New Revision: 314642 URL: https://svnweb.freebsd.org/changeset/base/314642 Log: Correct nuance of -a :service -> "*" in r314563, r314585 My attempt to correct the sender/receiver behavior was incorrect. The source port of the sender for forwarded datagrams is filtered with -a, and my change in r314585 didn't clarify that point at all. Wording is based on suggestion by hrs. MFC after: 28 days X-MFC with: r314563, r314585 Reported by: hrs In collaboration with: hrs, rgrimes Sponsored by: Dell EMC Isilon Modified: head/usr.sbin/syslogd/syslogd.8 Modified: head/usr.sbin/syslogd/syslogd.8 ============================================================================== --- head/usr.sbin/syslogd/syslogd.8 Sat Mar 4 06:19:12 2017 (r314641) +++ head/usr.sbin/syslogd/syslogd.8 Sat Mar 4 06:19:41 2017 (r314642) @@ -28,7 +28,7 @@ .\" @(#)syslogd.8 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd March 2, 2017 +.Dd March 3, 2017 .Dt SYSLOGD 8 .Os .Sh NAME @@ -131,7 +131,7 @@ A .Ar service of .Ql \&* -allows packets to be received from any UDP port. +accepts UDP packets from any source port. The default .Ar service is
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703040619.v246Jfx6003932>