K 10
svn:author
V 7
scrappy
K 8
svn:date
V 27
1998-06-18T11:35:15.000000Z
K 7
svn:log
V 741
From: Russell Vincent <russellv@uk.uu.net>

This patch adds actived as an option to INN. Actived is a daemon
that handles requests by nnrpd processes for active file information
and saves significant amounts of memory and processing.

CONTRIBUTORS
 - Joe Greco is the original author

doc/actived.8
 - new file

doc/inn.conf.5
include/innconf.h
include/libinn.h
lib/getconfig.c
samples/inn.conf.in
 - add new options for actived

innd/inndstart.c
 - start actived if enabled

nnrpd/Makefile
 - compile options for actived

nnrpd/actived.c
nnrpd/activedstats.c
nnrpd/protocol.h
nnrpd/udp.c
 - new files for actived

nnrpd/group.c
nnrpd/nnrpd.h
 - use actived if enabled in inn.conf
 - default to mmap if not enabled or actived not responding

END
