home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / AnnR09.lha / doc / fixactive.doc < prev    next >
Encoding:
Text File  |  1992-06-19  |  2.2 KB  |  53 lines

  1. ( $Id: fixactive.doc,v 1.3 92/06/19 12:54:28 wasp Exp $ )
  2.  
  3.     FixActive: creates and maintaines the active file.
  4.  
  5. PURPOSE:    CNEWS ignores the min-field in the active file, so there
  6.     is no easy way to get an idea what articles are really present
  7.     at the moment. This is fixed by FixActive.
  8.     Dillon's UUCP-Package doesn't honour the concept of an active file
  9.     at all (at least upto V1.16d, but I have strong doubts it will ever).
  10.     To speed up ann's scanning, fixactive is reccomended.
  11.  
  12. SYNTAX:    FixActive    [<filename>][-h][-c][-u][-f][-v]
  13.     <filename> is the pathname of the active-file. Default is set at
  14.     compile-time, either UULIB:active (DUUCP), UULIB:news/active (AUCPP)
  15.     or NewsCtl:active (CNEWS).
  16.     -h stands for hierarchical News-System; set this flag for CNEWS,
  17.         AUCPP (every version) and DUUCP since V1.16 !
  18.     -c stands for create. It reads from stdin a checkgroups-compatible
  19.         list of valid newsgroups.
  20.     -u stands for update the active file (which is the default action).
  21.     -f stands for fast update. This is only valid for DUUCP and only
  22.         reads the ".next"-file. The min-field is *not* updated.
  23.     -v stands for verbose output. This flag prints all changed lines
  24.         to stdout.
  25.  
  26. EXAMPLES:
  27.     I)   fixactive <uulib:Newsgroups -c UULIB:active
  28.         To create a new active file in UULIB:active and set all
  29.         groups to writable (Flag == 'y').
  30.     IIa)  fixactive UULIB:active
  31.         To update the active file of cnews. (V1.15 or prior)
  32.     IIb)  fixactive -h UULIB:active
  33.         To update the active file of cnews. (V1.16 or newer)
  34.     III) fixactive -f UULIB:active
  35.         To update the current active-file in fast mode.
  36.     IV)  fixactive -h NewsCtl:active
  37.  
  38.     Dillon-UUCP users should create the active-file once (example I) ),
  39.     hand-edit the flag of all moderated (`m') and read-only (`n') groups
  40.     [If you are using the checkgroups-messsage, the keyword "(Moderated)"
  41.      is used to set the flag to `m'].
  42.     After polling your feed, you run example III), and after running
  43.     TrimNews, run example II).
  44.  
  45.     If you are running CNEWS, you only have to run example IV) after
  46.     running expire.
  47.  
  48.     Verbose-mode can be set for every action.
  49.  
  50. BUGS:    Doesn't run if linked with cres.o . It is NOT pure.
  51.     Older versions did set min- and max-field to zero, if every article
  52.     had been expired. This has been fixed.
  53.