Dnia 2015-10-01, o godz. 08:32:01 Rich Freeman napisał(a): > On Wed, Sep 30, 2015 at 10:01 AM, Andreas K. Huettel > wrote: > > > > the Gentoo Council will meet again on Sunday, October 11 at 19:00 UTC in > > #gentoo-council on freenode. > > > > Please reply to this message with any items you would like us to discuss > > or vote on. > > > > So, this has been going around in various circles, and I think it is > better to just air stuff out here. There are lots of arguments for > and against this. I'm interested in what the general sense is, beyond > just those who have been vocal in bringing this up. > > I'd like the Council to consider: > 1. Decide that games should not be owned by a games group, and that > in the default configuration users should not have to be in the games > group to run games. This one has passed yesterday. > 2. Games should be installed in /usr and not /usr/games as with most > applications This one was 2y-2n-3a, so I think we should try to reconsider it from another perspective to get more uniform vote. New facts about FHS also came up during the meeting. The specific directories, and they relevance to PMS: | GAMES_PREFIX=${GAMES_PREFIX:-/usr/games} | GAMES_BINDIR=${GAMES_BINDIR:-${GAMES_PREFIX}/bin} Custom Gentoo prefix. Implicitly causes /usr/games/bin for binaries, /usr/games/lib* for libraries. PMS states only /usr/games as bindir for games (i.e. no /bin subdir, no libraries). | GAMES_PREFIX_OPT=${GAMES_PREFIX_OPT:-/opt} Not used directly, only for prepgamesdirs which is going out. | GAMES_DATADIR=${GAMES_DATADIR:-/usr/share/games} PMS valid. | GAMES_DATADIR_BASE=${GAMES_DATADIR_BASE:-/usr/share} Not used at all. Intended for use when game appends 'games' itself... | GAMES_SYSCONFDIR=${GAMES_SYSCONFDIR:-/etc/games} Custom Gentoo path. | GAMES_STATEDIR=${GAMES_STATEDIR:-/var/games} PMS valid. | GAMES_LOGDIR=${GAMES_LOGDIR:-/var/log/games} Gentoo custom. -- Best regards, Michał Górny