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