From owner-svn-src-all@freebsd.org Thu Nov 26 01:51:18 2015 Return-Path: Delivered-To: svn-src-all@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 96D89A35F58; Thu, 26 Nov 2015 01:51:18 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 88A8A1A23; Thu, 26 Nov 2015 01:51:18 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 8708F1071; Thu, 26 Nov 2015 01:51:18 +0000 (UTC) Date: Thu, 26 Nov 2015 01:51:18 +0000 From: Alexey Dokuchaev To: "George V. Neville-Neil" Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r291344 - head/share/dtrace Message-ID: <20151126015118.GA54260@FreeBSD.org> References: <201511260053.tAQ0reXZ094563@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201511260053.tAQ0reXZ094563@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2015 01:51:18 -0000 On Thu, Nov 26, 2015 at 12:53:40AM +0000, George V. Neville-Neil wrote: > New Revision: 291344 > URL: https://svnweb.freebsd.org/changeset/base/291344 > > Log: > Replace the retval.sh shell script with a native DTrace script. > > Suggested by: markj > > Added: > head/share/dtrace/retval (contents, props changed) > Deleted: > head/share/dtrace/retval.sh I think it should've been repomoved (that'd also allow to see the diff between two implementations easily), but I think everyone by now had noticed that svn's "cope" and "move" commands are often ignored by our dear developers. :-( I don't have an explanation to this phenomenon. ./danfe