home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / alt / sys / amiga / uucp / 3119 < prev    next >
Encoding:
Internet Message Format  |  1993-01-04  |  3.0 KB

  1. Path: sparky!uunet!uunet.ca!kink!hugh
  2. From: hugh@kink.PhaedraV.On.Ca (Hugh D. Gamble)
  3. Newsgroups: alt.sys.amiga.uucp
  4. Subject: Re: uucico sd.1 Part 1/1 (repost)
  5. Message-ID: <A4Qes*Va1@kink.PhaedraV.On.Ca>
  6. Date: Mon, 04 Jan 1993 00:09:08 EST
  7. References: <9212281813.AA21761@enet-gw.pa.dec.com> <291292u1316@hamburg.uucp>
  8.  <Nezds*eQ0@kink.PhaedraV.On.Ca> <bobl.as08@bobsbox.rent.com>
  9. Organization: Phaedra V
  10. Lines: 61
  11.  
  12. In article <bobl.as08@bobsbox.rent.com>, Bob Lindabury - SysAdmin writes:
  13.  
  14. > > ARN 0.72 config file. A horrible example is the Amiga port of tin. Not
  15. > > only does it want to use the AmigaUUCP postnews program with it's
  16. > > funny input format, but it needs to find it in UUCP:C! i.e. There's no
  17. > > reasonable way to use the Amiga tin binary with Cnews. Which is a
  18. > > shame, because tin would be a great newsreader to have a proper port of.
  19.  
  20. > That's funny.  I'm running CNews here under AmigaUUCP and I can read
  21. > news just fine with the binary Amiga port of TIN.  In fact I've been
  22.  
  23. Reread what I wrote. I didn't say there was any problem with reading
  24. news. The problem is that it expects the AmigaUUCP *postnews* program.
  25.  
  26. > fact I'll fire it up after this and post from TIN...
  27.  
  28. With what posting program? What port of Cnews? Which version of tin?
  29. I bet you're still using the AmigaUUCP batcher and the articles aren't
  30. going out properly locally and to the sites in your sys file.
  31.  
  32. > I may be mistaken but in the UULIB:Config file you can specify what you
  33. > want to run as postnews and rnews.  I only changed the Rnews to point to
  34.  
  35. Nice idea, but a check of the 1.16 sources (I haven't patched it to
  36. 1.18 yet because of the broken "no newline at end of file" patch
  37. files)) shows they do:
  38.  
  39. #ifdef AMIGA
  40.     sprintf (cp, "uucp:c/postnews %s", name);
  41. #else            
  42. #    ifdef INEWSDIR
  43.         strcpy (buf, INEWSDIR);
  44.         strcat (buf, "/");
  45.         cp = &buf[strlen(buf)];
  46. #    endif /* INEWSDIR */
  47.         sprintf (cp, "inews -h < %s", name);
  48. #endif    /* AMIGA */
  49.  
  50. And the "%s" gets hacked elsewhere. The AmigaUUCP postnews program
  51. uses its own special argument format (Matt loves standards). I
  52. couldn't think of a quick hack to make a front end that would make
  53. standard inews look like it.
  54.  
  55. For Cnews you want to do the latter. In fact, If I ever get around to
  56. fixing the patches to make the 1.18 sources properly, I'll probably
  57. just compile it with gcc in the normal Unix version, adding back any
  58. extra cool Amiga features like an AREXX port (which I don't think it has).
  59.  
  60. > postnews to run relaynews instead in the same way.  If it is hard coded,
  61. > then all I can say is that you may just have to rename relaynews to
  62. > postnews and put it in UUCP:c..that will work I suppose.
  63.  
  64. Not a hope. How *did* you get posting working?
  65.  
  66. -- 
  67. # Hugh D. Gamble  UUCP: hugh@kink.UUCP  Domain: hugh@kink.PhaedraV.On.Ca     %
  68. # AMIX: HGAMBLE  bix: hgamble  voice: +1 416 267 6159                        %
  69. # '"U.S. is more restrictive than other places, except maybe Canada."        %
  70. # The kindler, gentler fascists to the North don't consider any form of      %
  71. # self-defense legal.' - Mondo 2000 No. 8                                    %
  72.  
  73.