home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / MN324O32.ZIP / examples / distrib.ctl < prev    next >
Text File  |  2005-02-06  |  2KB  |  49 lines

  1. ; $Id: distrib.ctl,v 1.3 2004/09/03 21:46:23 mbroek Exp $
  2. ;
  3. ; This is a sample control for a coordinator who creates distribution files.
  4. ; On process day, MakeNL is run a second time using this control file.
  5. ; Edit fields within angle brackets as necessary (removing the brackets)
  6.  
  7. logfile <file name>     ; Logfile to use
  8. loglevel <0..4>         ; Level of logging, default 0
  9.  
  10. make composite
  11. name <network name>       ; eg. FidoNet or AlterNet or EGGnet
  12. threshold  0 -1        ; force compression -- no submittal difference file
  13.  
  14. ;arc 5            ; obsolete, see whatsnew.txt
  15.  
  16. arccopy z pkzip -ex    ; compress with pkzip instead of default arc
  17. arcmove z pkzip -mf    ; compress with pkzip instead of default arc
  18.  
  19. arcopen a arc ew    ; accept compressed arced segments
  20. arcopen z pkunzip -eo    ; accept compressed zipped segments
  21.  
  22. outfile <generic name>    ; recommended names:
  23.             ;       NODELIST - complete composite list
  24.             ;       Zn-LIST  - zone distribution list
  25.             ;       Rnn-LIST - region distribution list
  26.             ;       NnnnLIST - network distribution list
  27.  
  28. outdiff <generic name>    ; recommended names:
  29.             ;       NODEDIFF - complete composite list
  30.             ;       Zn-DIFF  - zone distribution list
  31.             ;       Rnn-DIFF - region distribution list
  32.             ;       NnnnDIFF - network distribution list
  33.  
  34. master     <directory>    ; same as OUTPath or MASter in previous run
  35. outpath    .        ; put <name>.nnn in current directory
  36.  
  37. copyright <cpy-dist.txt>; if these three files are not path-qualified
  38. prolog    <file name>    ; they are located in the master directory
  39. epilog    <file name>
  40.  
  41. files
  42.  
  43. Network <nbr> <explicit name>    ; must match OUTFile name of previous run
  44. ;   or
  45. Region  <nbr> <generic name>    ; must match OUTFile name of previous run
  46. ;   or
  47. Zone    <nbr> <generic name>    ; must match OUTFile name of previous run
  48. Zone    <nbr> <generic name>    ; file(s) received from other ZC(s)
  49.