K 10
svn:author
V 7
scrappy
K 8
svn:date
V 27
1998-02-18T12:52:44.000000Z
K 7
svn:log
V 880
From: Russell Vincent <russellv@uk.uu.net>

This is a mega-patch of the config-data->inn.conf variables.
The process involved creating a new struct variable 'innconf'
and all the inn.conf variables are placed in that. e.g:

 config.data     inn.conf       usage
MAX_ART_SIZE -> maxartsize -> innconf->maxartsize
WANT_TRASH   -> wanttrash  -> innconf->wanttrash

The new options have been added to the inn.conf(5) man page and
the old config.data options removed from files where necessary.
The entries in config.scoreboard were commented out. A full
list of variables available in 'innconf' can be found in
include/libinn.h and lib/getconfig.c.

Not all config.data options have moved across, because not all
are suitable for this change. PATH options are going to be
a lot tricker, as they appear in man pages and scripts.

Compiles and tested for about a week with no problems.

END
