Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 2 | Rev 31 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

pyscrabble for Debian
---------------------

My assumption is that most users don't need or want to run their own
server. Therefore the PyScrabble server is in a separate package that
installs it as a system daemon. By default the server runs under a
dedicated user account, created on installation.

The original code is modified so that instead of
~/.config/pyscrabble/, the server reads its configuration from files
in /etc/pyscrabble/, stores its database in /var/lib/pyscrabble, and
logs to /var/log/pyscrabble/pyscrabble.log.  The log is not
automatically rotated, because the server can't currently be told to
reopen the log, and restarting it kills all client sessions and
ongoing games.

For the same reason, the server is not restarted when upgraded. The
administrator should notify the users and restart the server at the
earliest opportunity.

 -- Magnus Holmgren <magnus@kibibyte.se>, Wed,  3 Oct 2007 15:22:24 +0200