From owner-svn-src-head@freebsd.org Wed Dec 6 03:10:11 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 6201CE8D9A1; Wed, 6 Dec 2017 03:10:11 +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 01AAF801D7; Wed, 6 Dec 2017 03:10:10 +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 vB63A2QP054609; Tue, 5 Dec 2017 19:10:02 -0800 (PST) (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 vB63A1Bn054608; Tue, 5 Dec 2017 19:10:02 -0800 (PST) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201712060310.vB63A1Bn054608@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r326614 - in head: etc/mtree usr.bin usr.bin/sponge usr.bin/tee In-Reply-To: <201712060247.vB62lksa053161@repo.freebsd.org> To: Eitan Adler Date: Tue, 5 Dec 2017 19:10:01 -0800 (PST) CC: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@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-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: Wed, 06 Dec 2017 03:10:11 -0000 [ Charset UTF-8 unsupported, converting... ] > Author: eadler > Date: Wed Dec 6 02:47:46 2017 > New Revision: 326614 > URL: https://svnweb.freebsd.org/changeset/base/326614 > > Log: > sponge(1): revert > > I did a complete buildworld and test... with the program disconnected > from the tree. Revert the change for now. > > (this keeps the change to .arclint which is still correct) Commited with no log entry that makes any sense about why it was changed, please revert .arclint and recommit with a proper log entry for .arclint as to why all /tests/ dirs should be ignored. > Wearing: my pointhat > > Deleted: > head/usr.bin/sponge/ > Modified: > head/etc/mtree/BSD.tests.dist > head/usr.bin/Makefile > head/usr.bin/tee/tee.1 > > Modified: head/etc/mtree/BSD.tests.dist > ============================================================================== > --- head/etc/mtree/BSD.tests.dist Wed Dec 6 02:21:11 2017 (r326613) > +++ head/etc/mtree/BSD.tests.dist Wed Dec 6 02:47:46 2017 (r326614) > @@ -712,8 +712,6 @@ > .. > soelim > .. > - sponge > - .. > stat > .. > tail > > Modified: head/usr.bin/Makefile > ============================================================================== > --- head/usr.bin/Makefile Wed Dec 6 02:21:11 2017 (r326613) > +++ head/usr.bin/Makefile Wed Dec 6 02:47:46 2017 (r326614) > @@ -148,7 +148,6 @@ SUBDIR= alias \ > soelim \ > sort \ > split \ > - sponge \ > stat \ > stdbuf \ > strings \ > > Modified: head/usr.bin/tee/tee.1 > ============================================================================== > --- head/usr.bin/tee/tee.1 Wed Dec 6 02:21:11 2017 (r326613) > +++ head/usr.bin/tee/tee.1 Wed Dec 6 02:47:46 2017 (r326614) > @@ -72,8 +72,6 @@ utility takes the default action for all signals, > except in the event of the > .Fl i > option. > -.Sh SEE ALSO > -.Xr sponge 1 > .Sh EXIT STATUS > .Ex -std > .Sh STANDARDS > > -- Rod Grimes rgrimes@freebsd.org