From owner-cvs-all@FreeBSD.ORG Fri Mar 28 03:08:39 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6235D1065679 for ; Fri, 28 Mar 2008 03:08:39 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: from hs-out-0708.google.com (hs-out-0708.google.com [64.233.178.246]) by mx1.freebsd.org (Postfix) with ESMTP id 133688FC35 for ; Fri, 28 Mar 2008 03:08:38 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: by hs-out-0708.google.com with SMTP id m63so43453hsc.11 for ; Thu, 27 Mar 2008 20:08:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=wLbDxrJtaZXrRXu49jxfw4x/wXO6efwUSaWl8l+bI88=; b=lTPCKjsIryWu7ix/k4VpvSsmVAttgMOTV1s1X62tdAd7I0mkx33wiHlDJgvGWG2ijWJwDozNDura1N1KN7GnSBAVS4b/X0Mj6t5H3mXEhacrBTgQkvoahKkfJRdVsWHUz8PBOpyolbU+cH80uXU06z1B9Oa8l5UiZyvOEm8YExA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ts5SRVkR6pzvnmSK6uqUTzFZ9bwQn6xqMG4HZG3UA48heFS2SbEd+FedNNvb3FogVJNFYCUJmLv4FCflf3g+/WhxXe7iATWDkV3SKQON1WCzG5KLGSH+SVVgM/M4axDMgYUAl9qsDnr1MCnj0Ol3Kk4Nq6+t9wi6NVm3d/uWhVc= Received: by 10.100.241.17 with SMTP id o17mr5326138anh.30.1206673717705; Thu, 27 Mar 2008 20:08:37 -0700 (PDT) Received: by 10.100.214.9 with HTTP; Thu, 27 Mar 2008 20:08:37 -0700 (PDT) Message-ID: <47d0403c0803272008u127e61f0u1296d99e6f9d220c@mail.gmail.com> Date: Thu, 27 Mar 2008 23:08:37 -0400 From: "Ben Kaduk" To: "John Birrell" In-Reply-To: <200803272321.m2RNLQGT083530@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200803272321.m2RNLQGT083530@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/cddl Makefile.inc src/cddl/lib/libavl Makefile src/cddl/lib/libnvpair Makefile src/cddl/lib/libumem Makefile src/cddl/lib/libuutil Makefile src/cddl/lib/libzfs Makefile src/cddl/lib/libzpool Makefile src/cddl/sbin/zfs Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2008 03:08:39 -0000 On 3/27/08, John Birrell wrote: > jb 2008-03-27 23:21:25 UTC > > FreeBSD src repository > > Modified files: > Log: > The sources covered by Sun's CDDL have been repo copied below the > src/cddl and src/sys/cddl directories per the core@ decision following > the license review. > > This change modifies the affected Makefiles to reference the sources > in their new location. I somehow got the impression that it was traditional to make a forced commit to the files that were repo-copied, to note in their histories when that transition took place. Did I get this impression in error? Thanks, Ben Kaduk