Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jan 1995 05:54:56 -0800 (PST)
From:      bmk@dtr.com
To:        Wayne.Tyler@m.cc.utah.edu (Wayne Tyler)
Cc:        questions@FreeBSD.org
Subject:   Re: [NEWBIE] extract.sh question
Message-ID:  <199501121354.FAA06574@dtr.com>
In-Reply-To: <Pine.SUN.3.91.950112191927.1022A-100000@u.cc.utah.edu> from "Wayne Tyler" at Jan 12, 95 07:23:49 pm

next in thread | previous in thread | raw e-mail | index | archive | help

>   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 .





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199501121354.FAA06574>