From owner-svn-src-head@freebsd.org Mon Aug 10 03:24:48 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5B2D99DE16; Mon, 10 Aug 2015 03:24:48 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from mail109.syd.optusnet.com.au (mail109.syd.optusnet.com.au [211.29.132.80]) by mx1.freebsd.org (Postfix) with ESMTP id 89D21623; Mon, 10 Aug 2015 03:24:48 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from c211-30-166-197.carlnfd1.nsw.optusnet.com.au (c211-30-166-197.carlnfd1.nsw.optusnet.com.au [211.30.166.197]) by mail109.syd.optusnet.com.au (Postfix) with ESMTPS id 96E76D640D0; Mon, 10 Aug 2015 13:24:37 +1000 (AEST) Date: Mon, 10 Aug 2015 13:24:37 +1000 (EST) From: Bruce Evans X-X-Sender: bde@besplex.bde.org To: araujo@freebsd.org cc: Ed Schouten , src-committers , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Subject: Re: svn commit: r286266 - head/usr.bin/ypmatch In-Reply-To: Message-ID: <20150810131627.F965@besplex.bde.org> References: <201508040234.t742YqQA045448@repo.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Optus-CM-Score: 0 X-Optus-CM-Analysis: v=2.1 cv=ItbjC+Lg c=1 sm=1 tr=0 a=KA6XNC2GZCFrdESI5ZmdjQ==:117 a=PO7r1zJSAAAA:8 a=JzwRw_2MAAAA:8 a=kj9zAlcOel0A:10 a=6I5d2MoRAAAA:8 a=A_koM7K8mbOzyIHmAGwA:9 a=CjuIK1q_8ugA:10 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Aug 2015 03:24:48 -0000 On Mon, 10 Aug 2015, Marcelo Araujo wrote: > 2015-08-09 19:51 GMT+08:00 Ed Schouten : > >> Hi Marcelo, >> >> 2015-08-04 4:34 GMT+02:00 Marcelo Araujo : >>> Sync the code with the OpenBSD version. >> >> That's a shame. It looks like improvements that we made to our version >> have been undone because of this. >> ... >> Though the style(9) conformance of tool wasn't ideal, this change made it >> worse. > > Agree with you! > > These tools are original from OpenBSD, I'm trying first to sync the code > and then will rework them. I will try to send it back to upstream(OpenBSD) > as soon as I have time. In fact, the changes were more than half to back out FreeBSD cleanups by syncing with the 1994 OpenBSD version. The cleanups were small (less than 50 lines changed), and OpenBSD doesn't seem to have changed much either. Bruce