*BSD News Article 78392


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.mira.net.au!news.mel.connect.com.au!news.syd.connect.com.au!news.bri.connect.com.au!corolla.OntheNet.com.au!news
From: Tony Griffiths <tonyg@OntheNet.com.au>
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: Installing "src" distribution downloaded from ftp site.
Date: Mon, 16 Sep 1996 19:59:40 +1000
Organization: On the Net (ISP on the Gold Coast, Australia)
Lines: 29
Message-ID: <323D250C.6B2B@OntheNet.com.au>
References: <323B3C14.55FD@moon.flanet.com> <323CBED1.3B37@OntheNet.com.au>
Reply-To: tonyg@OntheNet.com.au
NNTP-Posting-Host: swanee.nt.com.au
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.0 (WinNT; I)

Tony Griffiths wrote:
> 
> Matthew R Willis wrote:
> >
> > I have a beginner's question:  How do I install the src distribution
> > files I have downloaded from an ftp site?  They are not tar-balled, and
> > pkg_install seems to require a tarred and zipped file?
> >
> > Thanks!
> >
> > Matt
> Have you looked at the README files?  I believe that I have seen
> something like-
> 
> # cat *.tgz | (cd /usr; tar xvzf -
        ^^^^^
	WRONG
> 
> in one of them!  Basically, the tar has been 'sliced' into more
> managable 235 KB units so all you need to do it cat them together and
> then feed through an un-tar.
> 
> Tony

My mind is going...  Actually it packed it's bags and left years ago!!!

The sources are in files like sbin.{aa,ab,ac,...} but the cat and untar
is pretty much the same.  In fact, isn't there an 'install.sh' file in
there somewhere which basically does this for you?