K 10
svn:author
V 7
scrappy
K 8
svn:date
V 27
1998-03-13T12:56:42.000000Z
K 7
svn:log
V 699
From: Richard Michael Todd <rmtodd@mailhost.ecn.ou.edu>


This patch does what I suggested earlier today on inn-workers, namely
changing the form of the pathnames used by the 'timehash' storage method
to store articles to be:
    /var/spool/news/time-zz/xx/xx/yyyy-xxxx
(where zz is the storage class, xxxx are various bits of the current time
and yyyy is a sequence number) instead of the current
"/var/spool/news/time/xx/xx/yyyy-xxxx-zz" layout.  This change means that
different storage classes go into different directories, so you can say
something like
        timehash:alt.*:1
        timehash:*:0
in storage.ctl and have alt.* articles dumped into a different
directory from other articles.

END
