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
commit3404f7449306f811c406fb88486726ffba897b3a (patch)
tree7d46e834cfa0ea85acf77f97683116df538ca099 /eclass
parentDrop DEPEND on sys-apps/groff. (diff)
downloadgentoo-2-3404f7449306f811c406fb88486726ffba897b3a.tar.gz
gentoo-2-3404f7449306f811c406fb88486726ffba897b3a.tar.bz2
gentoo-2-3404f7449306f811c406fb88486726ffba897b3a.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}"