K 10
svn:author
V 7
scrappy
K 8
svn:date
V 27
1998-03-04T02:35:36.000000Z
K 7
svn:log
V 1638
From: Katsuhiro Kondou <kondou@nec.co.jp>

Here is the whole (Russell's and mine) patch.

Makefile:
config/Makefile:
expire/Makefile:
frontends/Makefile:
innfeed/Makefile:
lib/Makefile:
nnrpd/Makefile:
site/Makefile:
storage/Makefile:
storage/cnfs/Makefile:
storage/timehash/Makefile:
        This patch changes the Makefile include commands to be more
        generic. The current system breaks non-BSD make compiles.

backends/Makefile:
        The '${i}' should be '$${i}' and 'BINDIR' should be 'NEWSBIN' for
        the install target.

doc/libstorage.3:
        describe SMnext() more precisely

doc/storage.ctl.5:
        file foramat description is incorrect

innd/Makefile:
        'NEWSGROUP' is the news group variable and not 'NEWSGRP' as per
        the previous line.

innd/innd.c:
        removed cnfs stuff and fixed vague syslog messages

innd/inndstart.c:
        'inndstart' should get installed as 'inndstart' and not 'innd'.
        Fix 'inndstart.c' to look for the 'all' option for bindaddress.

samples/innshellvars.csh.in:
samples/innshellvars.in:
samples/innshellvars.pl.in:
samples/innshellvars.tcl.in:
        We should define SED before using it in innshellvars*. This patch
        moves the use to after the definition. The perl script was also
        changed to match the others, although doesn't use sed.

samples/storage.ctl:
        example entries are incorrect

storage/cnfs/cnfs-private.h:
        CNFSread_config() definition changed to BOOL
storage/cnfs/cnfs.c:
        set __CNFS_*_Allowed to 1
        fixed cnfs_retrieve(RETR_BODY) bug
storage/interface.c:
        fixed initialization problem

END
