From owner-freebsd-current@freebsd.org Mon Dec 5 21:23:35 2016 Return-Path: Delivered-To: freebsd-current@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 93654C68CB9 for ; Mon, 5 Dec 2016 21:23:35 +0000 (UTC) (envelope-from vangyzen@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 827C7630 for ; Mon, 5 Dec 2016 21:23:35 +0000 (UTC) (envelope-from vangyzen@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 7EECDC68CB8; Mon, 5 Dec 2016 21:23:35 +0000 (UTC) Delivered-To: current@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 7E991C68CB7 for ; Mon, 5 Dec 2016 21:23:35 +0000 (UTC) (envelope-from vangyzen@FreeBSD.org) Received: from smtp.vangyzen.net (hotblack.vangyzen.net [199.48.133.146]) by mx1.freebsd.org (Postfix) with ESMTP id 6A1E562F; Mon, 5 Dec 2016 21:23:34 +0000 (UTC) (envelope-from vangyzen@FreeBSD.org) Received: from sweettea.beer.town (unknown [76.164.8.130]) by smtp.vangyzen.net (Postfix) with ESMTPSA id 382F15648E; Mon, 5 Dec 2016 15:23:34 -0600 (CST) Subject: Re: Import rcorder-visualize.sh from NetBSD? To: Brooks Davis References: <20161205211328.GC78790@spindle.one-eyed-alien.net> Cc: "current@freebsd.org" From: Eric van Gyzen Message-ID: Date: Mon, 5 Dec 2016 15:23:33 -0600 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.5.0 MIME-Version: 1.0 In-Reply-To: <20161205211328.GC78790@spindle.one-eyed-alien.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Dec 2016 21:23:35 -0000 On 12/05/2016 15:13, Brooks Davis wrote: > On Mon, Dec 05, 2016 at 01:16:49PM -0600, Eric van Gyzen wrote: >> Would anyone object to me importing this script from NetBSD? >> >> http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/sbin/rcorder/rcorder-visualize.sh?rev=1.5&content-type=text/plain >> >> I ask in particular because of the non-BSD license. This seems like a >> no-brainer, but I'm going to play it safe and ask first. > > It seems pointless as something in the base system given that it > required graphviz. If it had been in the base system last week, I would have found it instead of wasting my time reinventing it. I suppose the same could be said of the ports tree, but src/sbin/rcorder is a good first place to look. > Having it in the source tree seems mostly fine, but > Joerg should really put a proper license on it. I agree. In fact, I just asked him to apply a 2-clause BSD license, and he agreed. Eric