From owner-freebsd-questions Thu Jan 12 22:03:33 1995 Return-Path: questions-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id WAA26746 for questions-outgoing; Thu, 12 Jan 1995 22:03:33 -0800 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id WAA26740 for ; Thu, 12 Jan 1995 22:03:32 -0800 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.9/8.6.9) with SMTP id WAA24607; Thu, 12 Jan 1995 22:03:18 -0800 X-Authentication-Warning: time.cdrom.com: Host localhost didn't use HELO protocol To: Wayne Tyler cc: questions@FreeBSD.org Subject: Re: [NEWBIE] extract.sh question In-reply-to: Your message of "Thu, 12 Jan 95 19:23:49 MST." Date: Thu, 12 Jan 1995 22:03:17 -0800 Message-ID: <24606.789976997@time.cdrom.com> From: "Jordan K. Hubbard" 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 would just `rmdir /usr/src; ln -s /src /usr; sh ./extract.sh' myself! It's a lot easier! :-) Jordan