K 10
svn:author
V 7
scrappy
K 8
svn:date
V 27
1998-03-31T12:36:57.000000Z
K 7
svn:log
V 944
From: Russell Vincent <russellv@uk.uu.net>

This patch does the majority of the work in converting INN
to read path information from inn.conf(5).

Changes include:

 - switch to innconf for most of the _PATH_* define paths in
   almost all the .c files.
 - fixes to frontends/innconfval.c
 - samples/innshellvar* now execute inconfval to get inn.conf vars
   - the variables are the same name as the inn.conf name (mostly).
 - update makedirs.sh.in to grab default paths from configure
 - remove a few unused variables
 - use ReadInnConf() in all utils that need info from inn.conf(5)
 - add 'overviewname' to inn.conf to allow specifying the name
   of the file to be used for overview data
 - change _PATH_* defines in include/paths.h.in to be only
   filenames - paths come from inn.conf, but can be set in
   this file (this setting takes preference)
 - updates to inn.conf(5) man page
 - fix prefix for MAILCMD in config/config.scoreboard

END
