home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / bsd / 5196 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  1.3 KB

  1. Path: sparky!uunet!spool.mu.edu!agate!stanford.edu!rutgers!utcsri!torn!newshost.uwo.ca!news
  2. From: mark@student.business.uwo.ca (Mark Bramwell CS Staff)
  3. Newsgroups: comp.unix.bsd
  4. Subject: Re: How to extract src01 files?
  5. Keywords: 386bsd
  6. Message-ID: <4ykoqB2w165w@student.business.uwo.ca>
  7. Date: 6 Sep 92 14:07:26 GMT
  8. References: <l+pnm8j.rkrouse@netcom.com>
  9. Sender: news@julian.uwo.ca (USENET News System)
  10. Organization: University of Western Ontario
  11. Lines: 26
  12. Nntp-Posting-Host: student.business.uwo.ca
  13.  
  14. rkrouse@netcom.com (Robert K. Rouse) writes:
  15.  
  16. >   I just install bsd and now i want to look at the source.
  17. >   I move the src01 files into a directory.
  18. >   How do i extract them?  What format are they in?
  19.  
  20. I was able to extract them by:
  21.  
  22. go into srcdist directory and    ln * /tmp
  23. go into  /tmp  and type   extract src01
  24.  
  25. I found that extract was missing, and I had to     mount /dev/fd0a /mnt
  26. (mount dist fs floppy in A:), then look for the extract program.
  27.  
  28. I found extract in one of the .Z files.  I was able to  cpio -i -d filename
  29. (I think I remembered that one ok)
  30.  
  31. For some stupid reason, extract is placed in the  /tmp directory during the
  32. install, and when install reboots your machine, it wipes all of /tmp
  33.  
  34. mark@student.business.uwo.ca (Mark Bramwell CS Staff)
  35. Western Business School  --  London, Ontario
  36.