svn commit: r314642 - head/usr.sbin/syslogd

Ngie Cooper ngie at FreeBSD.org
Sat Mar 4 06:19:42 UTC 2017


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


More information about the svn-src-head mailing list