From owner-svn-src-stable-11@freebsd.org Wed Jun 13 14:16:45 2018 Return-Path: Delivered-To: svn-src-stable-11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D354100F50F; Wed, 13 Jun 2018 14:16:45 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B30718594B; Wed, 13 Jun 2018 14:16:44 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (localhost [127.0.0.1]) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3) with ESMTP id w5DEGgrj039815; Wed, 13 Jun 2018 07:16:42 -0700 (PDT) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id w5DEGgwm039814; Wed, 13 Jun 2018 07:16:42 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201806131416.w5DEGgwm039814@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r335059 - in stable/11: usr.bin/wall usr.sbin/syslogd In-Reply-To: To: Ed Schouten Date: Wed, 13 Jun 2018 07:16:42 -0700 (PDT) CC: rgrimes@freebsd.org, Ed Schouten , src-committers , svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-src-stable-11@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for only the 11-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jun 2018 14:16:45 -0000 > Hi Rodney, > > 2018-06-13 15:57 GMT+02:00 Rodney W. Grimes : > >> Modified: > >> stable/11/usr.bin/wall/ttymsg.c > >> stable/11/usr.bin/wall/ttymsg.h > > > > I see no mention of any changes to wall in the commit, > > was this intentional? The changes don't seem to be > > related to syslogd directly. > > Good question. syslogd(8) reuses some code from wall(8) to write > syslog messages to terminals if configured to do so. In one of the RFC > 5424 support commits, I had to adjust this shared code slightly > (increase a limit). As the changes to wall(8) were committed together > with the syslogd(8) changes, I also had to merge them back in one go. > > In other words, this is intentional. :-) Thank you for the details. -- Rod Grimes rgrimes@freebsd.org