diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-17 07:03:58 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-17 07:03:58 +0000 |
commit | ff9e441bd48553eb43769b0a23dfc8c4638b0611 (patch) | |
tree | a27c4d5bc0bccc1cfe03cb0c0a0679a1d521270b /eclass/games.eclass | |
parent | version bump (bug #90285) (diff) | |
download | gentoo-2-ff9e441bd48553eb43769b0a23dfc8c4638b0611.tar.gz gentoo-2-ff9e441bd48553eb43769b0a23dfc8c4638b0611.tar.bz2 gentoo-2-ff9e441bd48553eb43769b0a23dfc8c4638b0611.zip |
suggest gpasswd rather than usermod (bug #92762)
patch from ferret
Diffstat (limited to 'eclass/games.eclass')
-rw-r--r-- | eclass/games.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/games.eclass b/eclass/games.eclass index 0b84c87fc0c7..29448a0919e2 100644 --- a/eclass/games.eclass +++ b/eclass/games.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.93 2005/05/13 06:20:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.94 2005/05/17 07:03:58 mr_bones_ Exp $ # # devlist: {vapier,wolf31o2,mr_bones_}@gentoo.org -> games@gentoo.org # @@ -174,7 +174,7 @@ games_pkg_postinst() { ewarn "Remember, in order to play games, you have to" ewarn "be in the '${GAMES_GROUP}' group." echo - einfo "See the usermod(8) manpage for more information." + einfo "See the -a option in the gpasswd(1) manpage for more information." echo } |