home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / mail / mh / 1064 < prev    next >
Encoding:
Internet Message Format  |  1992-08-27  |  811 b 

  1. Path: sparky!uunet!walter!att!ucbvax!dbc.mtview.ca.us!mrose
  2. From: mrose@dbc.mtview.ca.us (Marshall Rose)
  3. Newsgroups: comp.mail.mh
  4. Subject: Re: Upgrade #5 available
  5. Message-ID: <6863.714929296@dbc.mtview.ca.us>
  6. Date: 27 Aug 92 15:28:16 GMT
  7. References: <9208271146.AA12271@eos.ericsson.se>
  8. Sender: daemon@ucbvax.BERKELEY.EDU
  9. Reply-To: mh-users@ics.uci.edu
  10. Distribution: world
  11. Organization: The Internet
  12. Lines: 18
  13.  
  14. If you retrieved them via the mail-server, the first thing you do is to
  15. reassemble the original message:
  16.  
  17.     % mhn -store 1-10
  18.  
  19. (where 1-10 is the messages you got back).  Then you can extract the
  20. compressed tar image:
  21.  
  22.     % mhn -store last
  23.  
  24. And finally you can install it, e.g.,
  25.     
  26.     % cd /usr/src/mh-6.7.2
  27.     % uncompress < /tmp/11.tar.Z | tar xvpf -
  28.  
  29. All of this is covered in the mhn manual page.
  30.  
  31. /mtr
  32.