From owner-freebsd-bugs@FreeBSD.ORG Sat Nov 10 16:08:37 2007 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 203FC16A46C for ; Sat, 10 Nov 2007 16:08:37 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by mx1.freebsd.org (Postfix) with ESMTP id 43FBF13C4AA; Sat, 10 Nov 2007 16:08:33 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <4735D77F.2040602@FreeBSD.org> Date: Sat, 10 Nov 2007 17:08:31 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: James Colannino References: <20071026133327.sgtx9ip5w0o4s8gg@colannino.org> <4724B696.4090003@FreeBSD.org> <4724C0A8.8040900@colannino.org> <472DCCB8.4070509@FreeBSD.org> <472DF7CE.8060401@colannino.org> In-Reply-To: <472DF7CE.8060401@colannino.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-bugs@freebsd.org Subject: Re: sys/crypto missing in RELENG_6 version of the kernel X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 16:08:37 -0000 James Colannino wrote: > Ah :) If I'm downloading src-sys though, shouldn't every subtree be > pulled in as well, especially one that the kernel depends on (the > documentation I read told me only to add src-sys to my cvsup file. > Anyway, I'll remember to add that in the future ;) No, src-sys is the subset of the source tree that does not include the src-sys-crypto tree ;-) src-sys-crypto is included in the standard supfile. If there is documentation that needs to be updated, please send a PR with a pointer to it. Kris