home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 2 / 2756 / README < prev   
Encoding:
Text File  |  1991-02-14  |  2.9 KB  |  81 lines

  1. The kat (Keith's at) package
  2.  
  3. Copyright (c) 1990, W. Keith Pyle, Austin, Texas
  4.  
  5. Description
  6. -----------
  7.  
  8. The programs which comprise this package are to replace/supplement the
  9. functionality provided by the at(1) provided with many BSD Unix systems.
  10. There are five components:
  11.  
  12. at - allows users to queue jobs for later execution at a specified date/time
  13.  
  14. atcat - display the commands in a job previously queued
  15.  
  16. atq - lists all or selected portions of the at queue
  17.  
  18. atrm - allows removal of queued jobs that have not yet run
  19.  
  20. atrun - controls execution of queued jobs, typically run periodically by cron
  21.  
  22. See the individual man pages for more information on individual commands.
  23. See the file INSTALL for installation instructions.
  24. See the file PORTING for porting comments.
  25.  
  26. Qualifications
  27. --------------
  28.  
  29. This program may be copied, transferred, or used in any manner subject
  30. to the following conditions:
  31.  
  32. 1) The original README and MANIFEST files must be retained
  33.    in any subsequent source distributions, whether unaltered or not.
  34.  
  35. 2) Neither the author nor his employer make any express or implied
  36.    warranties as to the fitness of this program for any particular
  37.    purpose.  The user assumes full responsible for the use of this
  38.    program and any consequences of its use whether due to defect,
  39.    misuse, abuse, etc.
  40.         
  41. 3) The origin of this program must not be misrepresented, either
  42.    by explicit claim or omission.
  43.         
  44. 4) Altered versions of this program must be clearly identified as
  45.    such and may not be represented as the original.
  46.         
  47. 5) This program may not be sold in any form without the express
  48.    written consent of the author.
  49.  
  50. Should any of the above be held unenforceable, the remainder shall
  51. remain in force.
  52.  
  53. Acknowledgements
  54. ----------------
  55.  
  56. The date parsing for at(1) is performed by a date parser based on the
  57. one used in B news, version 2.11.19.  The parser is a complete
  58. re-write, however, to extend the functionality to that needed for at(1)
  59. and to correct some minor problems.  I thank Steven M. Bellovin
  60. (unc!smb), the original author of the B news date parser, whose code
  61. gave me a number of ideas for my parser.
  62.  
  63. Recommendations
  64. ---------------
  65.  
  66. If you are running the regular BSD cron(8), which has only one crontab,
  67. get Paul Vixie's cron.  This allows each user to have a crontab and
  68. provides commands for listing and replacing a crontab.  The package is
  69. available in most comp.sources.unix archives.
  70.  
  71. Contacting the Author
  72. ---------------------
  73.  
  74. Reports of bugs, requests for enhancements, comments, compliments, and
  75. flames may be sent to the author at the following address.  BTW, I call
  76. it the kat package (1) because I want to :-), and (2) in memory of Kat
  77. (1973 to 1986), a great programmer's assistant and lap warmer.
  78.  
  79. Keith Pyle                                UUCP: ...!uunet!execu!keith
  80. Execucom Systems Corp., Austin, Texas     Internet: keith@execu.com
  81.