home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / bbs / fn132bin / man / makezt.man < prev    next >
Text File  |  1991-09-05  |  2KB  |  56 lines

  1.  
  2.  
  3. MAKEZT(1)            FNORDADEL BBS SOFTWARE             MAKEZT(1)
  4.  
  5. NAME
  6.      makezt.tos - make the network loop zap table
  7.  
  8. SYNOPSIS
  9.      makezt
  10.  
  11. DESCRIPTION
  12.      Makezt creates the Fnordadel network loop zap table from
  13.      scratch, writing over top of any zap information that may
  14.      already have existed.  The zap table's purpose is to refuse
  15.      replicated messages that come in from nodes anywhere on the
  16.      network.  A message is defined as being a replicate if the
  17.      date in its header is earlier than the date of the latest
  18.      message received from the same node, in the same room, AND
  19.      the message's original ID# is less than the message ID# of
  20.      the latest message received.
  21.  
  22.      Makezt will scan the entire message base to build the zap
  23.      table, after which time citadel.tos will maintain it
  24.      automatically (if you invoke citadel with the '+zap' option,
  25.      or if you have '#define zaploops' in your ctdlcnfg.sys).
  26.  
  27.      Makezt expects to be run from the directory containing
  28.      ctdltabl.sys.
  29.  
  30. OPTIONS
  31.      None.
  32.  
  33. NOTES
  34.      As makezt runs, it will display a lot of information that
  35.      you can safely ignore.  If you ever need to see what is in
  36.      the zap table, use scanzt.tos.
  37.  
  38.      If the message base contains no network messages from any
  39.      other node, makezt will not do anything.
  40.  
  41. FILES
  42.      makezt.tos             The zap table creator.
  43.      #netdir\ctdlloop.zap   The zap table.
  44.      #msgdir\ctdlmsg.sys    The message file.
  45.      ctdltabl.sys           The system table file.
  46.  
  47. SEE ALSO
  48.      scanzt.man   Man page for scanzt.tos.
  49.      The Fnordadel Reference Manual
  50.  
  51. AUTHORS
  52.      David Parsons wrote makezt.tos for STadel.
  53.  
  54.      Adrian Ashley and Royce Howland did precious little to it
  55.      for the Fnordadel project.
  56.