K 10
svn:author
V 7
scrappy
K 8
svn:date
V 27
1998-03-27T04:08:33.000000Z
K 7
svn:log
V 719
From: Katsuhiro Kondou <kondou@nec.co.jp>

I've added a new function to see if the method has
self expire functionality (eg. cnfs and trash have
this).  If it has, expire purges entry regardless
of expire.ctl.

doc/expire.8:
expire/expire.c:
        - add new option '-N' to ignore self expire functionality
doc/libstorage.3
include/storage.h
storage/cnfs/cnfs.c
storage/cnfs/cnfs.h
storage/interface.c
storage/interface.h
storage/timehash/timehash.c
storage/timehash/timehash.h
storage/trash/trash.c
storage/trash/trash.h
        - now method_init() takes one argument which shows the method
          has self expire functionality
        - add new function SMprobe()
doc/storage.ctl.5
        - describe each method

END
