K 10
svn:author
V 7
scrappy
K 8
svn:date
V 27
1998-03-09T17:02:25.000000Z
K 7
svn:log
V 1140
From: Katsuhiro Kondou <kondou@nec.co.jp>

Here is a patch mostly for cnfs stuff considering
storage api more carefully and for simplifying that
code.  With this patch, innd stores article into
cnfs thru storage api and those articles can be
read by sm.  But there still may be some bugs in
cnfs.c.

doc/libstorage.3:
        - remove description for closed to libstorage
doc/storage.ctl.5:
        - add description for method specific option
          field
innd/innd.c:
        - 'ctlinnd xexec ""' did not call SMshutdown()
storage/cnfs/cnfs-private.h:
storage/cnfs/cnfs.c:
storage/cnfs/cnfs.h:
        - remove unused stuff
        - allocate tables dynamically
        - cnfs_next() is written
        - 'groups' line in cycbuff.conf is gone, instead
          SMGetConfig() is used
        - some other bugs are fixed
storage/interface.c:
storage/interface.h:
        - add new function SMGetConfig() which returns
          addtional fields in storage.ctl
          this function is closed to libstorage
        - did not parse storage.ctl correctly
storage/timehash/timehash.c:
        - timehash_retrieve() did not set art->token

END
