Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 92762

Summary: games.eclass should suggest gpasswd rather than usermod
Product: Gentoo Linux Reporter: ferret <ferret-bgo>
Component: EclassesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch implementing above trivial change

Description ferret 2005-05-15 21:33:13 UTC
After installing games, I see the message:

* Remember, in order to play games, you have to be in the 'games' group.
* See the usermod(8) manpage for more information.

If I go look at the man page, and use what looks like the right command
usermod -G username games

I might then be slightly annoyed to find that user can no longer su, listen to
music etc. because they're now only in the games and users groups.  I think the
message should actually say

* Remember, in order to play games, you have to be in the 'games' group.
* See the -a option in the gpasswd(1) manpage for more information.
Comment 1 ferret 2005-05-15 21:33:52 UTC
Created attachment 58981 [details, diff]
Patch implementing above trivial change
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2005-05-17 00:04:14 UTC
Done.