*BSD News Article 4585


Return to BSD News archive

Path: sserve!manuel!munnari.oz.au!uunet!spool.mu.edu!agate!stanford.edu!rutgers!utcsri!torn!newshost.uwo.ca!news
From: mark@student.business.uwo.ca (Mark Bramwell CS Staff)
Newsgroups: comp.unix.bsd
Subject: Re: How to extract src01 files?
Keywords: 386bsd
Message-ID: <4ykoqB2w165w@student.business.uwo.ca>
Date: 6 Sep 92 14:07:26 GMT
References: <l+pnm8j.rkrouse@netcom.com>
Sender: news@julian.uwo.ca (USENET News System)
Organization: University of Western Ontario
Lines: 26
Nntp-Posting-Host: student.business.uwo.ca

rkrouse@netcom.com (Robert K. Rouse) writes:

> 
> 
>   I just install bsd and now i want to look at the source.
> 
>   I move the src01 files into a directory.
> 
>   How do i extract them?  What format are they in?

I was able to extract them by:

go into srcdist directory and    ln * /tmp
go into  /tmp  and type   extract src01

I found that extract was missing, and I had to     mount /dev/fd0a /mnt
(mount dist fs floppy in A:), then look for the extract program.

I found extract in one of the .Z files.  I was able to  cpio -i -d filename
(I think I remembered that one ok)

For some stupid reason, extract is placed in the  /tmp directory during the
install, and when install reboots your machine, it wipes all of /tmp

mark@student.business.uwo.ca (Mark Bramwell CS Staff)
Western Business School  --  London, Ontario