From owner-freebsd-questions Fri Jan 13 06:53:26 1995 Return-Path: questions-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id GAA10602 for questions-outgoing; Fri, 13 Jan 1995 06:53:26 -0800 Received: from desiree.teleport.com (desiree.teleport.com [192.108.254.11]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id GAA10596 for ; Fri, 13 Jan 1995 06:53:25 -0800 From: bmk@dtr.com Received: (from uucp@localhost) by desiree.teleport.com (8.6.9/8.6.9) with UUCP id GAA20206; Fri, 13 Jan 1995 06:53:09 -0800 Received: (from bmk@localhost) by dtr.com (8.6.9/8.6.9) id FAA06574; Thu, 12 Jan 1995 05:54:57 -0800 Message-Id: <199501121354.FAA06574@dtr.com> Subject: Re: [NEWBIE] extract.sh question To: Wayne.Tyler@m.cc.utah.edu (Wayne Tyler) Date: Thu, 12 Jan 1995 05:54:56 -0800 (PST) Cc: questions@FreeBSD.org In-Reply-To: from "Wayne Tyler" at Jan 12, 95 07:23:49 pm Reply-To: bmk@dtr.com X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 365 Sender: questions-owner@FreeBSD.org Precedence: bulk > How do I use extract.sh in the srcdist directory on the Walnut Creek > CD-ROM to place the source files in a partition other than /usr. > I have a 20Mb / partition, a 120Mb /usr partition and a 150MB /src > partition. I want to place the source code into the /src partition. You could make a symbolic link from /usr/src to /src: cd /usr ln -s /src .