diff options
Diffstat (limited to 'net-zope/zope/zope-2.8.0.ebuild')
-rw-r--r-- | net-zope/zope/zope-2.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-zope/zope/zope-2.8.0.ebuild b/net-zope/zope/zope-2.8.0.ebuild index d627df9c4d75..dc02e5cb7f22 100644 --- a/net-zope/zope/zope-2.8.0.ebuild +++ b/net-zope/zope/zope-2.8.0.ebuild @@ -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/net-zope/zope/zope-2.8.0.ebuild,v 1.2 2005/07/09 16:06:46 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.8.0.ebuild,v 1.3 2005/08/23 19:48:57 batlogg Exp $ inherit eutils @@ -92,7 +92,7 @@ pkg_postinst() { # create the zope user and group for backward compatibility enewgroup ${ZGID} 261 usermod -g ${ZGID} ${ZUID} 2>&1 >/dev/null || \ - enewuser ${ZUID} 261 /bin/false /var/lib/zope ${ZGID} + enewuser ${ZUID} 261 -1 /var/lib/zope ${ZGID} einfo "Be warned that you need at least one zope instance to run zope." einfo "Please emerge zope-config for futher instance management." |