[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#7717: 24.0.50; "games" user is hardcoded in build system
From: |
Chong Yidong |
Subject: |
bug#7717: 24.0.50; "games" user is hardcoded in build system |
Date: |
Wed, 29 Dec 2010 19:14:07 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Ulrich Mueller <ulm@gentoo.org> writes:
> The build system of Emacs currently hardcodes the "games" user that is
> used for shared score files in ${localstatedir}. While usage of that
> account name may be widespread, it is not universal. For example, in
> Gentoo the name is configurable.
>
> Since a variable "gameuser" and the autoconf plumbing for it already
> exist, the only missing piece is a configure option. See attached
> patch.
Looks reasonable. Committed to trunk; thanks.