home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume19 / rkive / part03 / rkive.cf < prev    next >
Encoding:
Text File  |  1989-06-29  |  8.9 KB  |  214 lines

  1. #
  2. #
  3. #    @(#)rkive.cf    1.1 6/1/89 
  4. #
  5. #    An rkive.cf template.
  6. #    Copy and edit this to reflect the local archive conditions.
  7. #    After editing, run ckconfig to display how rkive will interpret
  8. #    the local specifications.
  9. #
  10. #    The format of the configuration file is as follows:
  11. #
  12. ######################################################################
  13. #
  14. #    Global variables
  15. #        SPOOLDIR - the base directory for the news subsystem
  16. #        PROBLEMS - The name of the base directory used to store any
  17. #                          duplicate or "problem" articles. All articles are
  18. #                          stored under this directory in a newsgroup/volume
  19. #                          directory.
  20. #            TYPE    -  This is the archive type (or the archive key)
  21. #                   There are 3 possible keys:
  22. #                    Volume-Issue, Archive-Name or Article-Number
  23. #                   These are used to determine if you wish the 
  24. #                          articles archived in a 
  25. #                    /basedir/amiga/Volume1/v001i22 or
  26. #                    /basedir/amiga/Volume1/sitonit or
  27. #                    /basedir/amiga/Volume1/44 format
  28. #         PATCHES     - This variable determines the way in which patches
  29. #                          are installed into the archive. If the PATCHES
  30. #                          entry is not defined either globally or within
  31. #                          the newsgroup, the article is handled as a regular
  32. #                          article and is stored according to the specified
  33. #                          parameters of the newsgroup. The following are
  34. #                          the valid possible values for the PATCHES variable:
  35. #                             PATCHES=Historical 
  36. #                                 This is the same as if no PATCHES entry
  37. #                                 existed at all. It is useful if Historical
  38. #                                 patches archiving is the default but there
  39. #                                 are certain newsgroups that have it specified
  40. #                                 differently.
  41. #                             PATCHES=Package 
  42. #                                 Package patches archiving allows the inbound
  43. #                                 patch to be placed with the directory with
  44. #                                 the initially posted articles. In this manner
  45. #                                 all parts and fixes of a package are together
  46. #                                 making it easier for software retrieval by
  47. #                                 uucp requests and mail request facilities
  48. #                                 such as netlib.
  49. #        MAIL     - If specified, all actions are mailed to the
  50. #               list of users specified. The user names are
  51. #               a comma separated list. It is not necessary to
  52. #                          specify any users. 
  53. #            OWNER -    The unix login name for the owner of the 
  54. #                          archive files after they are stored in the archive.
  55. #            GROUP -    The unix group value for the group ownership of 
  56. #                          the archive files after they are stored in the 
  57. #                          archive.
  58. #            MODE     - The modes of the files residing in the archive.
  59. #        LOG     - The location of the master log in which all 
  60. #               actions are logged. 
  61. #             LOG_FORMAT - The format of the records of the master log file.
  62. #                          See the man page for article for a discussion of
  63. #                          the available selection format capabilities.
  64. #               INDEX    - The location of the master index (if one is kept).
  65. #                          The index can be used to interface with the netlib 
  66. #                          source retrieval software facility.
  67. #           INDEX_FORMAT - The format of the records of the master log file.
  68. #                          See the man page for article for a discussion of
  69. #                          the available selection format capabilities.
  70. #               COMPRESS - The location of the compression utility if the 
  71. #                          files are to be reduced.
  72. #
  73. ######################################################################
  74. SPOOLDIR=/usr/spool/news      
  75. PROBLEMS=/usenet/problems
  76. TYPE= Volume-Issue
  77. PATCHES=Historical
  78. MAIL=kent
  79. OWNER=src
  80. GROUP=archive
  81. MODE=0444
  82. LOG=/usenet/archive.log
  83. LOG_FORMAT= "%B %T" 
  84. INDEX= /usenet/index
  85. INDEX_FORMAT= "%B %a %T" 
  86. #COMPRESS=/usr/lbin/compress
  87.  
  88. ######################################################################
  89. #
  90. #    Each Newsgroup to be archived has an entry with the following
  91. #    possible variables. (Note that all variables are not necessary)
  92. #    
  93. #    BASEDIR - This is the path to the base directory of the archive
  94. #    TYPE    - This is the archive type (or the archive key)
  95. #          There are 3 possible keys:
  96. #            Volume-Issue, Archive-Name or Article-Number
  97. #          These are used to determine if you wish the articles
  98. #          archived in a 
  99. #            /basedir/amiga/Volume1/v001i22 or
  100. #            /basedir/amiga/Volume1/sitonit or
  101. #            /basedir/amiga/Volume1/44 format
  102. #    PATCHES - This variable determines the way in which patches
  103. #                 are installed into the archive. If the PATCHES
  104. #                 entry is not defined either globally or within
  105. #                 the newsgroup, the article is handled as a regular
  106. #                 article and is stored according to the specified
  107. #                 parameters of the newsgroup. The following are
  108. #                 the valid possible values for the PATCHES variable:
  109. #                 PATCHES=Historical 
  110. #                        This is the same as if no PATCHES entry
  111. #                        existed at all. It is useful if Historical
  112. #                        patches archiving is the default but there
  113. #                        are certain newsgroups that have it specified
  114. #                        differently.
  115. #                 PATCHES=Package 
  116. #                        Package patches archiving allows the inbound
  117. #                        patch to be placed with the directory with
  118. #                        the initially posted articles. In this manner
  119. #                        all parts and fixes of a package are together
  120. #                        making it easier for software retrieval by
  121. #                        ftp, uucp requests and mail request facilities
  122. #                        such as netlib.
  123. #       MAIL - If specified, all actions are mailed to the
  124. #          list of users specified. The user names are
  125. #          a comma separated list.
  126. #         OWNER - The unix login name for the owner of the archive files 
  127. #          after they are stored in the archive.
  128. #      GROUP - The unix group value for the group ownership of the archive 
  129. #          files after they are stored in the archive.
  130. #       MODE - The modes of the files residing in the archive.
  131. #        LOG - The location of the log in which all actions are logged. 
  132. #    LOG_FORMAT - The format of the records of the master log file.
  133. #                 See the man page for article for a discussion of
  134. #                 the available selection format capabilities.
  135. #      INDEX    - The location of the master index (if one is kept).
  136. #                 The index can be used to interface with the netlib 
  137. #                 source retrieval software facility.
  138. #  INDEX_FORMAT - The format of the records of the master log file.
  139. #                 See the man page for article for a discussion of
  140. #                 the available selection format capabilities.
  141. #      COMPRESS - The location of the compression utility if the files 
  142. #          are to be reduced.
  143. #        
  144. ######################################################################
  145. $$comp.sources.amiga        
  146.     BASEDIR: /usenet/amiga 
  147.     TYPE: Volume-Issue
  148.     MAIL: rick
  149.     LOG: /usenet/amiga/log
  150.         INDEX: /usenet/amiga/index
  151.         INDEX_FORMAT: "%B %a %T" 
  152.  
  153. $$comp.sources.atari.st
  154.     BASEDIR: /usenet/atari/st
  155.     TYPE: Volume-Issue
  156.     LOG: /usenet/atari/st/log
  157.         INDEX: /usenet/atari/st/index
  158.         INDEX_FORMAT: "%B %a %T" 
  159.  
  160. $$comp.sources.games        
  161.     BASEDIR: /usenet/games
  162.     MAIL: rick
  163.     TYPE: Volume-Issue
  164.     LOG: /usenet/games/log
  165.         INDEX: /usenet/games/index
  166.         INDEX_FORMAT: "%B %a %T" 
  167.  
  168. $$comp.sources.mac        
  169.     BASEDIR: /usenet/mac
  170.     TYPE: Article-Number
  171.     LOG: /usenet/mac/log
  172.         INDEX: /usenet/mac/index
  173.         INDEX_FORMAT: "%O %a %T" 
  174.  
  175. $$comp.sources.misc        
  176.     BASEDIR: /usenet/misc
  177.     TYPE: Volume-Issue
  178.     MAIL: rick
  179.     LOG: /usenet/misc/log
  180.         INDEX: /usenet/misc/index
  181.         INDEX_FORMAT: "%B %a %T" 
  182.  
  183. $$comp.sources.unix        
  184.     BASEDIR: /usenet/unix
  185.     TYPE: Volume-Issue
  186.     MAIL: rick
  187.     LOG: /usenet/unix/log
  188.         LOG_FORMAT: "%B %a %T" 
  189.         INDEX: /usenet/unix/index
  190.         INDEX_FORMAT: "%B %a %T" 
  191.  
  192. $$comp.sources.x        
  193.     BASEDIR: /usenet/x
  194.     TYPE: Archive-Name
  195.     PATCHES: Package
  196.     MAIL: rick,kent,mark
  197.     LOG: /usenet/x/log
  198.         LOG_FORMAT: "%B %a %T" 
  199.         INDEX: /usenet/unix/index
  200.         INDEX_FORMAT: "%B %a %T" 
  201.  
  202. $$alt.sources
  203.     BASEDIR: /usenet/alt/sources
  204.     TYPE: Article-Number
  205.     LOG: /usenet/alt/sources/log
  206.         LOG_FORMAT: "%O %S" 
  207.  
  208. $$alt.sources.amiga
  209.     BASEDIR: /usenet/alt/sources/amiga
  210.     TYPE: Article-Number
  211.     MAIL: rick
  212.     LOG: /usenet/alt/sources/amiga/log
  213.         LOG_FORMAT: "%O %S" 
  214.