From owner-freebsd-questions Sat May 11 16:04:58 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA29319 for questions-outgoing; Sat, 11 May 1996 16:04:58 -0700 (PDT) Received: from relay-2.mail.demon.net (disperse.demon.co.uk [158.152.1.77]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA29287 for ; Sat, 11 May 1996 16:04:44 -0700 (PDT) Received: from post.demon.co.uk ([158.152.1.72]) by relay-2.mail.demon.net id ad04352; 12 May 96 0:03 +0100 Received: from jraynard.demon.co.uk ([158.152.42.77]) by relay-3.mail.demon.net id aa25093; 11 May 96 19:55 +0100 Received: (from fqueries@localhost) by jraynard.demon.co.uk (8.6.12/8.6.12) id SAA28026; Sat, 11 May 1996 18:11:49 GMT Date: Sat, 11 May 1996 18:11:49 GMT From: James Raynard Message-Id: <199605111811.SAA28026@jraynard.demon.co.uk> To: kasturi@teil.soft.net CC: questions@freebsd.org In-reply-to: (kasturi@teil.soft.net) Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >>>>> "K.V.S. Sankaram" writes: > > I would like to download the entire source code. Is it available in a > compressed format(tar, gz, etc.) ? Please let me know. Yes, these are what all the files sbase.aa and so on are (in the CD or on the FTP site). They're the results of splitting up .tar.gz files into more manageable chunks. To install them, do something like:- # mkdir /usr/src # cd /usr/src # cat /cdrom/dists/src/slib.* | tar xzvf - (Or use the install.sh script in the same place the split files came from).