From owner-svn-src-head@FreeBSD.ORG Sat Dec 20 01:05:29 2008 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E89D01065670; Sat, 20 Dec 2008 01:05:29 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id BA4658FC13; Sat, 20 Dec 2008 01:05:29 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id mBK15Sao041529 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 19 Dec 2008 17:05:29 -0800 (PST) (envelope-from sam@freebsd.org) Message-ID: <494C44D8.5080507@freebsd.org> Date: Fri, 19 Dec 2008 17:05:28 -0800 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.9 (X11/20071125) MIME-Version: 1.0 To: obrien@freebsd.org References: <200812191847.mBJIlkAn080000@svn.freebsd.org> <20081220004159.GA15252@dragon.NUXI.org> In-Reply-To: <20081220004159.GA15252@dragon.NUXI.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC--Metrics: ebb.errno.com; whitelist Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r186335 - head/usr.sbin/makefs projects/makefs X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 20 Dec 2008 01:05:30 -0000 David O'Brien wrote: > On Fri, Dec 19, 2008 at 06:47:46PM +0000, Sam Leffler wrote: > >> Author: sam >> Date: Fri Dec 19 18:47:46 2008 >> New Revision: 186335 >> URL: http://svn.freebsd.org/changeset/base/186335 >> >> Log: >> import netbsd makefs tool >> > > Sam, > When something is merged from a project branch, it would be nice to give > a more complete description for those that aren't NetBSD users. > > ("import" also means something with FreeBSD - imported into a vendor > tree, since that didn't happen here, it would be nice to not use this term > in this context.) > > There's always man makefs but next time I will. > Do you have plans to MFC this? If not, are there any gotchas if I MFC it > to RELENG_7 after the 7.1 release? > I will MFC it once RELENG_7 opens and the code has had some testing. Sam