summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass')
-rw-r--r--eclass/games.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/games.eclass b/eclass/games.eclass
index 205194cc21fb..fcc69634d9ea 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.31 2003/06/30 01:26:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.32 2003/07/01 19:13:18 vapier Exp $
#
# devlist: {bass,phoenix,vapier}@gentoo.org
#
@@ -100,6 +100,7 @@ gamesenv() {
games_pkg_setup() {
enewgroup ${GAMES_GROUP} 35
enewuser ${GAMES_USER} 35 /bin/false /usr/games ${GAMES_GROUP}
+ use dedicated && enewuser ${GAMES_USER_DED} 36 /bin/false /usr/games ${GAMES_GROUP}
}
# pkg_postinst function ... create env.d entry and warn about games group