From owner-svn-src-head@freebsd.org Tue Dec 5 14:34:24 2017 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 127C4E6BB5F; Tue, 5 Dec 2017 14:34:24 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.13]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A63ED7CDB3; Tue, 5 Dec 2017 14:34:23 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id MEIfeHJkBp2osMEIgetGGF; Tue, 05 Dec 2017 07:34:22 -0700 X-Authority-Analysis: v=2.2 cv=KLEqNBNo c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=kj9zAlcOel0A:10 a=ocR9PWop10UA:10 a=iKhvJSA4AAAA:8 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=1NTNnuwJfOf4legJbHwA:9 a=CjuIK1q_8ugA:10 a=odh9cflL3HIXMm4fY7Wr:22 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id 2F050840; Tue, 5 Dec 2017 06:34:21 -0800 (PST) Received: from slippy.cwsent.com (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id vB5EYKsB034448; Tue, 5 Dec 2017 06:34:20 -0800 (PST) (envelope-from Cy.Schubert@cschubert.com) Received: from slippy (cy@localhost) by slippy.cwsent.com (8.15.2/8.15.2/Submit) with ESMTP id vB5EYK30034427; Tue, 5 Dec 2017 06:34:20 -0800 (PST) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201712051434.vB5EYK30034427@slippy.cwsent.com> X-Authentication-Warning: slippy.cwsent.com: cy owned process doing -bs X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.7 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: rgrimes@freebsd.org cc: cem@freebsd.org, Eitan Adler , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r326554 - in head: . usr.bin/sponge usr.bin/sponge/tests usr.bin/tee In-Reply-To: Message from "Rodney W. Grimes" of "Tue, 05 Dec 2017 04:58:45 -0800." <201712051258.vB5CwjQN051356@pdx.rh.CN85.dnsmgr.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 05 Dec 2017 06:34:20 -0800 X-CMAE-Envelope: MS4wfFiCjxNnU4882z7n/FAWOt4YXZSNlvbp/ZH3mOizCDV7ClL+rFamnS2xK6gRmZD48tkIAVTlmYVpHRWkA4dwmesWlAC92/C+po0vUCFCgb2MbO+OSe5V uCYKiIWai98wS9ubQ9UEMiMlcfxVJSqNLNa9xqSEbF1mZ4AG2xY4tDfsTilKBiWFu00Iyo7cc3IjZGyzPnZEBVSn90+nb6cwDKTXEQXifsNAqojkbn3McNGn BUSUBgGwArZ2rkv4fpNecBrggyi1QcWGesziXEQX8HRJAlLXZHzi0N3L4PGkzo82boEBD1Z92DZ+tRyZa4qOS4caTNWWomilEE//LKQ9jCU= X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 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: Tue, 05 Dec 2017 14:34:24 -0000 In message <201712051258.vB5CwjQN051356@pdx.rh.CN85.dnsmgr.net>, "Rodney W. Gri mes" writes: > [ Charset UTF-8 unsupported, converting... ] > > On Mon, Dec 4, 2017 at 7:55 PM, Eitan Adler wrote: > > > Author: eadler > > > Date: Tue Dec 5 03:55:10 2017 > > > New Revision: 326554 > > > URL: https://svnweb.freebsd.org/changeset/base/326554 > > > > > > Log: > > > sponge(1): initial commit > > > > > > sponge(1) is a utility that reads input until > > > complete, then opens the output file, then > > > writes to it. This makes it useful in pipelines > > > that read and write to the same file. > > > > > > Reviewed by: wblock, jilles, imp, cem, danfe (all: various iterations) > > > > I don't recall reviewing this in any iteration, but I could be mistaken. > > I do not see any of these names with checks in the reviewed by box, > providing feedback in a review != reviewed by unless they have > accepted it. > > Further more, why does freebsd need this in base? When I saw this commit in the inbox on my phone I asked the same question. Why is this in base? Especially with tools which are in the same class as this already in ports, should this not be a port? -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.