home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 2 / 2046 / ReadMe < prev   
Encoding:
Text File  |  1990-12-28  |  3.6 KB  |  77 lines

  1. This is a package of little helping utilities which I use with HDB uucp
  2. at a number of different sites.  They run under Ultrix, SunOS 3.5, and
  3. SunOS 4.1.  Some are original, some are modified by me to make them a
  4. 'better fit' for other uucp utilities.  The utilities are:
  5.  
  6. uust:    A simple but bulletproof shell script to prints a description
  7.     of currect connectivity status.  Converts some of those mysterious
  8.     numbers in /{usr,var}/spool/uucp/.Status/* into human-readable
  9.     data.  You will need to adjust the manpage and the script to reflect
  10.     the location of your spool directory.  This script requires the Cnews
  11.     utility 'ctime'.  You will probably need to adjust the script to
  12.     reflect the location of ctime on your system.  Written by me,
  13.     freely redistributable.
  14.  
  15. uureroute: Take a spooled uucp job and reroute it to another site.  This
  16.     is particularly useful if you have a number of uucp connections
  17.     and know one is down for a fairly long time.  You can reroute
  18.     around the dead site, delivering mail properly.  A real lifesaver
  19.     sometimes.  Originally written by Lenny Tropiano of ICUS systems
  20.     for the UNIX-PC.  I made minimal changes to remove some UNIX-PC
  21.     specific stuff and renamed it from `reroute' to `uureroute' in
  22.     keeping with standard uucp utility nomenclature.  You may want
  23.     to adjust the uucp spool partition location, but aside from that
  24.     this has worked pretty much without modification on all HDB systems
  25.     I've tried.  Only the man page has changed to reflect the name
  26.     and location change.  The makefile is new.
  27.  
  28. Here is Lenny's original README:
  29.  
  30. :This has been something I've always needed on my machine.  For quite a long
  31. :time I was for "FORCED" rerouting of mail.  Then I noticed that the
  32. :maps sometimes weren't up-to-date, and it was hard for me locally to 
  33. :send mail without having to go through several incantations to do it.  
  34. :This program basically is an utility for HoneyDanBer UUCP (HDB) 
  35. :[but can be changed to support non-HDB uucp fairly easily, I think] 
  36. :to take a rmail job already queued for a machine, and requeue it for 
  37. :another machine.   
  38. :
  39. :Sometimes I've found that I do have several ways to get to one site, in
  40. :my mind they are "almost" all equal in costs.  So if for some reason
  41. :the pathalias sends it one way, and then the machine goes down before
  42. :it's delivered off my machine, I have an "out" now and I can reroute
  43. :it via the alternative path.
  44. :
  45. :See the manual page for more detail on how reroute can be utililized.
  46. :Any changes to this program, patches or otherwise should kindly be sent
  47. :my way (so my copy is up-to-date!)
  48. :
  49. :After reading over the manual page, edit config.h to your liking, Makefile,
  50. :and just "make install" as root.
  51.  
  52. uupend:    Examine one or more systems to see what jobs have been delivered
  53.     but are still pending execution.  Originally written by Bill
  54.     Davidson; my version is considerably modified and somewhat
  55.     extended.  Davidson called it `pending', I renamed it to `uupend'
  56.     in keeping with standard uucp utility nomenclature.  The makefile
  57.     is new.
  58.  
  59. Here are the original comments from Bill Davidson on uupend, which
  60. he posted as 'pending':
  61.  
  62. :From: local@crdos1.crd.ge.COM (local software)
  63. :Newsgroups: alt.sources
  64. :Subject: Show pending jobs in HDB uucp
  65. :Message-ID: <2801@crdos1.crd.ge.COM>
  66. :Date: 29 Oct 90 21:58:30 GMT
  67. :Reply-To: davidsen@crdos1.crd.ge.com (bill davidsen)
  68. :Distribution: alt
  69. :
  70. :  After a job comes in via uucp, and before it is run via uuxqt, it is
  71. :in a state I call "pending." When debugging a system, or just looking
  72. :around, I like to see what's there. Here's my program to do that. Also
  73. :useful when tuning the system to determine how often to run uuxqt from
  74. :cron.
  75.  
  76. Enjoy!
  77.