home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / MN324LNX.ZIP / examples / zone.ctl < prev   
Text File  |  2005-02-06  |  2KB  |  55 lines

  1. ; $Id: zone.ctl,v 1.6 2004/08/06 19:36:02 mbroek Exp $
  2. ;
  3. ; This is a sample control for a the coordinator of a Zone.
  4. ; Edit fields within angle brackets as necessary (removing the brackets)
  5.  
  6. make zone <nbr>         ; No "master data file"  input data is below.
  7.  
  8. outfile <explicit name>   ; use generic name for output file if very large
  9.  
  10. process    Thursday       ; Set this day to meet deadline ITC gives you or
  11.                           ; Friday after cut-over to zone based nodelist
  12.  
  13. ;arc 5                  ; obsolete, see whatsnew.txt
  14.                           ; don't define arccopy, arcmove, arcopen, this will
  15.                           ; let makenl use the build-in defaults:
  16.                           ; arc a, arc m, arc ew
  17.  
  18. ARCOpen a arc ew          ; several un-compress commands for incoming segments
  19. ARCOpen z unzip -oj
  20. ARCOpen l lha ef
  21. ARCOpen r rar e -o+ -y
  22. ARCOpen g tar xfz
  23. ARCOpen b tar xfj
  24. ARCOpen c tar xfz
  25. ARCOpen j arj -y e
  26. ARCOpen o zoo eq:0
  27. ARCOpen h ha ey
  28.  
  29. master     <directory>    ; where master files reside (default - current)
  30. update     <directory>    ; where to save received files 'till processing
  31. mailfiles  <directory>    ; where mail server places received files
  32. uploads    <directory>    ; where BBS places uploaded files (if needed)
  33. badfiles   <directory>    ; optional "waste can" for files with fatal errors
  34.  
  35. notify  errors CRASH      ; notify of errors (CRASH optional). Errors should
  36.                           ; not occur at this level, but. . .
  37.  
  38. submit     1:1/0          ; where you send updates, CRASH and/or HOLD optional
  39. netaddress <your address> ; your network address here
  40. messages   <directory>    ; path name to mail server's FidoNet mail area
  41.  
  42.  
  43. data
  44.  
  45. ; Your zone source data goes here.  Note that first non-comment statement
  46. ; must begin with the keyword "Zone" not "Region"
  47.  
  48. files
  49.  
  50. Region <nbr> <generic name>     
  51. Region <nbr> <generic name>     
  52. Region <nbr> <generic name> <notification address> ; if not "region/0"
  53. Region <nbr> <generic name>
  54. ;      etc.
  55.