[pkg-ggz-maintainers] Bug#473350: permissions problem
Neil Williams
codehelp at debian.org
Fri Aug 29 12:46:11 UTC 2008
This appears to be a permissions problem - ggzd needs /var/lib/ggzd/ and
any files within it to be chmod games.games
It's hard to tell due to the problems with #473350 but once #473350 is
fixed (with an m4 patch from upstream), a simple preinst allows ggzd to
start normally whether or not /var/lib/ggzd exists or contains files.
$ cat debian/ggzd.preinst
#!/bin/sh
set -e
if [ -d /var/lib/ggzd ]; then
chown games.games -R /var/lib/ggzd/
fi
#DEBHELPER#
I propose to upload a fixed package that also implements the fix for
#490420.
--
Neil Williams
=============
http://www.data-freedom.org/
http://www.nosoftwarepatents.com/
http://www.linux.codehelp.co.uk/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
Url : http://lists.alioth.debian.org/pipermail/pkg-ggz-maintainers/attachments/20080829/c02c9e8f/attachment.pgp
More information about the pkg-ggz-maintainers
mailing list