K 10
svn:author
V 6
kondou
K 8
svn:date
V 27
1999-08-25T04:14:27.000000Z
K 7
svn:log
V 715
samples/cnfsstat.in:
	- From: Mike Bird <mgb@yosemite.net>
	- In INN 2.2, the last loop in the cnfsstat file, which scans for
	  oldest article, revises $update if a more recent time is found.
	  However, this has no effect as $nupdate_str and $nago_str have
	  already been created from $update.  The line which does this should
	  be moved after the loop, e.g.  just before the close(BUFF).
	- If two articles with identical timestamps are found the same loop
	  incorrectly treats the latter as the oldest timestamp ... a "<"
	  should be changed to a "<=".  NOTE: This necessarily slows cnfsstat
	  considerably for cycbuffs containing very large articles.
	- do not claim if the same class is multiply defined

END
