On Wed, Jan 16, 2002 at 06:40:26PM +0100, Robert Bihlmeyer wrote: > I'm updating the Debian package to the new lowercase module right now. > > One problem is that <storePath> is no longer used (even though the > description of <diagnosticsPath> still mentions it). > > Could this paramater be reinstated and <nodeFile> and <storeFile> be > made relative to it (or at least their defaults)? Same for > <diagnosticsPath> (as already implied by its docs). Currently these > are relative to the current directory, which is not too useful for a > server.
<storePath> could be reinstated but does it really buy you anything over just giving the full path in <nodeFile> and <storeFile>? As for <diagnosticsPath>, the diagnostics should really just be saved inside the store, but in the short term couldn't you just put the full path there also? > Is there any way forward or backward compatibility between the store > files? (I currently just delete any store when up/down/grading.) The new datastore is incompatible with the old datastore. Within those two categories, the store is compatible with different versions of the code. -tc _______________________________________________ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl
