aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorUlrich Müller2015-02-08 21:00:49 +0100
committerUlrich Müller2015-02-08 21:09:22 +0100
commitdbde138155118344b33dfd2db95f688a24a42fec (patch)
tree0a23eda7c98b68988683576a6fd6a32954b564f4 /etc
parent19ee7875db8b154a3ba49a98da2d3c24b03fff1e (diff)
downloademacs-dbde138155118344b33dfd2db95f688a24a42fec.tar.gz
emacs-dbde138155118344b33dfd2db95f688a24a42fec.zip
configure --with-gameuser now defaults to games group.
* configure.ac (--with-gameuser): Default to 'games' group instead of 'games' user. * lisp/play/gamegrid.el: Update comment to reflect that the 'update-game-score' helper program is now setgid by default.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c72a40974b5..4c7160ebca6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -53,7 +53,7 @@ build with 'make V=1'.
53group instead of a user if its argument is prefixed by ':' (a colon). 53group instead of a user if its argument is prefixed by ':' (a colon).
54This will cause the game score files in ${localstatedir}/games/emacs 54This will cause the game score files in ${localstatedir}/games/emacs
55to be owned by that group, and the helper program for updating them to 55to be owned by that group, and the helper program for updating them to
56be installed setgid. 56be installed setgid. The option now defaults to the 'games' group.
57 57
58--- 58---
59** The `grep-changelog' script (and its manual page) are no longer included. 59** The `grep-changelog' script (and its manual page) are no longer included.