diff options
Diffstat (limited to 'dev-db/mysql/mysql-4.0.22.ebuild')
-rw-r--r-- | dev-db/mysql/mysql-4.0.22.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql/mysql-4.0.22.ebuild b/dev-db/mysql/mysql-4.0.22.ebuild index 2c3679d8316d..c971827dfeef 100644 --- a/dev-db/mysql/mysql-4.0.22.ebuild +++ b/dev-db/mysql/mysql-4.0.22.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/dev-db/mysql/mysql-4.0.22.ebuild,v 1.21 2005/07/26 17:14:23 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.22.ebuild,v 1.22 2005/08/29 12:55:19 vivo Exp $ inherit eutils gnuconfig #to accomodate -laadeedah releases @@ -243,7 +243,7 @@ pkg_config() { pkg_preinst() { enewgroup mysql 60 || die "problem adding group mysql" - enewuser mysql 60 /bin/false /var/lib/mysql mysql || die "problem adding user mysql" + enewuser mysql 60 -1 /var/lib/mysql mysql || die "problem adding user mysql" } pkg_postinst() { |