diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-07-02 12:38:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-07-02 12:38:38 +0000 |
commit | cc47954ab3410640c5fa68533a602bbf266eae9b (patch) | |
tree | b151cba9b454db4a12d8ff0f6e9d8d99c269e7d3 /eclass/games.eclass | |
parent | unmasks and changelog fixes (diff) | |
download | historical-cc47954ab3410640c5fa68533a602bbf266eae9b.tar.gz historical-cc47954ab3410640c5fa68533a602bbf266eae9b.tar.bz2 historical-cc47954ab3410640c5fa68533a602bbf266eae9b.zip |
tell user how to add themselves to games group
Diffstat (limited to 'eclass/games.eclass')
-rw-r--r-- | eclass/games.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/games.eclass b/eclass/games.eclass index 020855198fdb..4a8b022354ee 100644 --- a/eclass/games.eclass +++ b/eclass/games.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.33 2003/07/02 04:00:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.34 2003/07/02 12:38:38 vapier Exp $ # # devlist: {bass,phoenix,vapier}@gentoo.org # @@ -110,6 +110,7 @@ games_pkg_postinst() { echo ewarn "Remember, in order to play games, you have to" ewarn "be in the '${GAMES_GROUP}' group." + einfo "See the manpage for usermod for more information." echo } |