Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
More sensible default locations for the spool files & auto directory creation #113
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
jlouis
Oct 25, 2011
Owner
Some time ago, this suggestion was sent into 'master'. We now refer to an example where it is clear that the data directory lives under a user, rather than under /var/spool in general.
Some time ago, this suggestion was sent into 'master'. We now refer to an example where it is clear that the data directory lives under a user, rather than under /var/spool in general. |
jlouis
closed this
Oct 25, 2011
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jameschurchman commentedAug 15, 2011
Spool file, database tables etc.. locations are current set to var/local . This can be problematic and cause etorrent to crash / fail to start if the user does not have the correct permissions to write in these directories
Better would be something like ~/.etorrent
Also etorrent seems not to generate the directories referred to if they do not already exist. It seems to fail to start. It should either display a warning that they don't exist, prompt the user that they don't and ask to create them for the user, or just make them directly if they do not.