home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / atari / st / 12642 < prev    next >
Encoding:
Internet Message Format  |  1992-08-23  |  1.7 KB

  1. Path: sparky!uunet!van-bc!jonh.wimsey.bc.ca!jhenders
  2. From: jhenders@jonh.wimsey.bc.ca ( John Henders )
  3. Newsgroups: comp.sys.atari.st
  4. Distribution: tp
  5. Message-ID: <H.dYXRZRE0BqM@jonh.wimsey.bc.ca>
  6. Organization:  One of these days for sure
  7. X-News: HERMES MMAIL 1.03 Rev. Apr 14 1992
  8. Subject: Re: how to install nn?
  9. References: <H.0DyDPW6UWvU@tokna.gold.sub.org>
  10.     <1992Aug13.053705.5193@r-node.gts.org>
  11.     <H.mjY3I7An&Dc@jonh.wimsey.bc.ca>
  12.     <1992Aug18.031954.14502@zooid.guild.org>
  13.     <H.QfAo0u&vFPQ@jonh.wimsey.bc.ca> <a6981673@skid.north.de>
  14.         <H.UjJFyVrP2F2@jonh.wimsey.bc
  15. Date: Sun, 23 Aug 1992 08:57:42 -0700
  16. Lines: 23
  17.  
  18. jhenders@jonh.wimsey.bc.ca (John Henders) writes:
  19.  
  20. >In <H.UjJFyVrP2F2@jonh.wimsey.bc.ca>, John Henders writes:
  21.  
  22.     Here's me following up my own article again. I got nn to work, and post. 
  23. This is posted from nn, so if you're reading it, I guess it all works.
  24.     For my system, because I had $USR defined as a drive, rather than a file, 
  25. I had to go into the various nn* programs and use a hex editor to change
  26. sme strings. In many places, there are strings like ${USR}lib\something
  27. or ${NEWS}something\something else. By sheer good luck, there were 2 00
  28. bytes after these strings, so I was able to add a backslash between the 
  29. variable and the rest of the string and still have a null terminating byte.
  30.     This is important for running with Hermes, where variables leave off
  31. the trailing backslash, as is usual with most environment variables. 
  32.     The one program that gave me trouble was buildact, which did not
  33. have 2 00's, but fortunately, I was able to run it through a disassembler,
  34. change the string, and reassemble it.( no one said this stuff was easy ;-)
  35.     I will make my patched version available if there's enough demand. 
  36.  
  37.  
  38. -- 
  39. jhenders@jonh.wimsey.bc.ca     
  40.  
  41.