Proposal for location of fasls



On Wed, Jan 21, 2009 at 9:32 AM, Aleksej Saushev <asau at inbox.ru> wrote:

> Maybe it is better to default to /tmp or ${TMPDIR}?

Well, /tmp is problematic. There is potential for collisions between different
users, and what's worse, stuff may get erased after a while.

I guess we could make the user name part of the path, to avoid collisions,
but I don't know a way to work around the file volatility feature.

Robert