From owner-freebsd-hackers Sun Nov 30 14:41:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA11055 for hackers-outgoing; Sun, 30 Nov 1997 14:41:48 -0800 (PST) (envelope-from owner-freebsd-hackers) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA11049 for ; Sun, 30 Nov 1997 14:41:44 -0800 (PST) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.7/8.6.9) with ESMTP id OAA17795; Sun, 30 Nov 1997 14:41:19 -0800 (PST) To: Chuck Robey cc: Francisco Reyes , "hackers@freebsd.org" Subject: Re: How is selection made of what goes into CDrom? In-reply-to: Your message of "Sun, 30 Nov 1997 16:45:35 EST." Date: Sun, 30 Nov 1997 14:41:18 -0800 Message-ID: <17791.880929678@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > All the sources you asked for are already there, in the distfiles, on the > cd. All the FreeBSD sources are there too, broken out file by file, by To be more exact, the "sources" are there in not one but 3 different ways: 1. In distribution form on the 1st CD (src/*) 2. In unpacked form on the 2nd CD (usr/src/*) 3. In CVS form on the 3rd CD (CVS-Repository/src/*) Even the sources for X are unpacked on the 2nd CD (usr/X11R6/xc) and I really think I covered all the bases this time, if I could only get people to actually read the READMEs on each CD which do list contents like this! :-) Jordan