summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-09-04 06:27:36 +0000
committerMike Frysinger <vapier@gentoo.org>2005-09-04 06:27:36 +0000
commite0cad7ddc4ac869be40312cf42156744daed417d (patch)
tree8758baf072d196e8b90d085c24d205c6c16650d4 /eclass
parentDrop DEPEND on sys-apps/groff. (diff)
downloadhistorical-e0cad7ddc4ac869be40312cf42156744daed417d.tar.gz
historical-e0cad7ddc4ac869be40312cf42156744daed417d.tar.bz2
historical-e0cad7ddc4ac869be40312cf42156744daed417d.zip
pass -1 as default shell rather than /bin/false
Diffstat (limited to 'eclass')
-rw-r--r--eclass/games.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/games.eclass b/eclass/games.eclass
index 7acd525220b3..a9da730a6824 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.104 2005/08/07 06:33:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.105 2005/09/04 06:27:36 vapier Exp $
#
# devlist: {vapier,wolf31o2,mr_bones_}@gentoo.org -> games@gentoo.org
#
@@ -138,7 +138,7 @@ EOF
games_pkg_setup() {
enewgroup "${GAMES_GROUP}" 35
[[ ${GAMES_USER} != "root" ]] \
- && enewuser "${GAMES_USER}" 35 /bin/false /usr/games "${GAMES_GROUP}"
+ && enewuser "${GAMES_USER}" 35 -1 /usr/games "${GAMES_GROUP}"
[[ ${GAMES_USER_DED} != "root" ]] \
&& enewuser "${GAMES_USER_DED}" 36 /bin/bash /usr/games "${GAMES_GROUP}"