diff options
author | Markus Meier <maekke@gentoo.org> | 2009-01-12 23:08:17 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-01-12 23:08:17 +0000 |
commit | b69327e3f194661655eb5fdf0e20f3e7401c9ff5 (patch) | |
tree | 82c977962dec601da807386a88e4c4c70f7aaad3 /eclass/mysql.eclass | |
parent | whitespace (diff) | |
download | gentoo-2-b69327e3f194661655eb5fdf0e20f3e7401c9ff5.tar.gz gentoo-2-b69327e3f194661655eb5fdf0e20f3e7401c9ff5.tar.bz2 gentoo-2-b69327e3f194661655eb5fdf0e20f3e7401c9ff5.zip |
whitespace
Diffstat (limited to 'eclass/mysql.eclass')
-rw-r--r-- | eclass/mysql.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index ac56e1ace306..5523c2e3701d 100644 --- a/eclass/mysql.eclass +++ b/eclass/mysql.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.102 2008/11/29 02:30:43 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.103 2009/01/12 23:08:17 maekke Exp $ # Author: Francesco Riosa (Retired) <vivo@gentoo.org> # Maintainer: MySQL Team <mysql-bugs@gentoo.org> @@ -358,7 +358,7 @@ configure_40_41_50() { else myconf="${myconf} $(use_with ssl openssl)" fi - + if mysql_version_is_at_least "5.0.60" ; then if use berkdb ; then elog "Berkeley DB support was disabled due to build failures" @@ -513,7 +513,7 @@ mysql_pkg_setup() { eerror "USE flags 'cluster' and 'extraengine' conflict with 'minimal' USE flag!" die "USE flags 'cluster' and 'extraengine' conflict with 'minimal' USE flag!" fi - + # This should come after all of the die statements enewgroup mysql 60 || die "problem adding 'mysql' group" enewuser mysql 60 -1 /dev/null mysql || die "problem adding 'mysql' user" |