Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: mysql.eclass
Date: Mon, 06 Sep 2010 08:02:13
Message-Id: 20100906080208.3629B20051@flycatcher.gentoo.org
1 robbat2 10/09/06 08:02:08
2
3 Modified: mysql.eclass
4 Log:
5 Bug #336075: Add warning about mysql_upgrade for some users.
6
7 Revision Changes Path
8 1.151 eclass/mysql.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mysql.eclass?rev=1.151&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mysql.eclass?rev=1.151&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mysql.eclass?r1=1.150&r2=1.151
13
14 Index: mysql.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v
17 retrieving revision 1.150
18 retrieving revision 1.151
19 diff -p -w -b -B -u -u -r1.150 -r1.151
20 --- mysql.eclass 21 Aug 2010 19:39:52 -0000 1.150
21 +++ mysql.eclass 6 Sep 2010 08:02:08 -0000 1.151
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2009 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.150 2010/08/21 19:39:52 vapier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.151 2010/09/06 08:02:08 robbat2 Exp $
27
28 # @ECLASS: mysql.eclass
29 # @MAINTAINER:
30 @@ -1177,6 +1177,11 @@ mysql_pkg_postinst() {
31 elog "\"emerge --config =${CATEGORY}/${PF}\""
32 elog "if this is a new install."
33 einfo
34 +
35 + einfo
36 + elog "If you are upgrading major versions, you should run the"
37 + elog "mysql_upgrade tool."
38 + einfo
39 fi
40
41 if pbxt_available && use pbxt ; then