Subversion Repositories

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

Rev 8 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8 Rev 10
1
pyscrabble for Debian
1
pyscrabble for Debian
2
---------------------
2
---------------------
3
3
4
My assumption is that most users don't need or want to run their own
4
My assumption is that most users don't need or want to run their own
5
server. Therefore the PyScrabble server is in a separate package that
5
server. Therefore the PyScrabble server is in a separate package that
6
installs it as a system daemon. By default the server runs under a
6
installs it as a system daemon. By default the server runs under a
7
dedicated user account, created on installation.
7
dedicated user account, created on installation.
8
8
9
The original code is modified so that instead of
9
The original code is modified so that instead of
10
~/.config/pyscrabble/, the server reads its configuration from files
10
~/.config/pyscrabble/, the server reads its configuration from files
11
in /etc/pyscrabble/, stores its database in /var/lib/pyscrabble, and
11
in /etc/pyscrabble/, stores its database in /var/lib/pyscrabble, and
12
logs to /var/log/pyscrabble/pyscrabble.log.  The log is not
12
logs to /var/log/pyscrabble/pyscrabble.log.  The log is not
13
automatically rotated, because the server can't currently be told to
13
automatically rotated, because the server can't currently be told to
14
reopen the log, and restarting it kills all client sessions and
14
reopen the log, and restarting it kills all client sessions and
15
ongoing games.
15
ongoing games.
16
16
17
For the same reason, the server is not restarted when upgraded. The
17
For the same reason, the server is not restarted when upgraded. The
18
administrator should notify the users and restart the server at the
18
administrator should notify the users and restart the server at the
19
earliest opportunity.
19
earliest opportunity.
20
20
21
 -- Magnus Holmgren <magnus@kibibyte.se>, Wed,  3 Oct 2007 15:22:24 +0200
21
 -- Magnus Holmgren <magnus@kibibyte.se>, Wed,  3 Oct 2007 15:22:24 +0200