Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: mysql-upgrading.xml
Date: Fri, 21 Oct 2005 10:11:26
Message-Id: 200510211009.j9LA9882003395@robin.gentoo.org
1 neysx 05/10/21 10:11:41
2
3 Modified: xml/htdocs/doc/en mysql-upgrading.xml
4 Log:
5 #109857 use emerge --config instead of ebuild ... config
6
7 Revision Changes Path
8 1.5 +4 -4 xml/htdocs/doc/en/mysql-upgrading.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/mysql-upgrading.xml?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/mysql-upgrading.xml?rev=1.5&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/mysql-upgrading.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo
13
14 Index: mysql-upgrading.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-upgrading.xml,v
17 retrieving revision 1.4
18 retrieving revision 1.5
19 diff -u -r1.4 -r1.5
20 --- mysql-upgrading.xml 17 Oct 2005 23:13:08 -0000 1.4
21 +++ mysql-upgrading.xml 21 Oct 2005 10:11:41 -0000 1.5
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-upgrading.xml,v 1.4 2005/10/17 23:13:08 rane Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-upgrading.xml,v 1.5 2005/10/21 10:11:41 neysx Exp $ -->
27
28 <guide link="/doc/en/mysql-upgrading.xml">
29 <title>Upgrade guide to MySQL 4.1.x</title>
30 @@ -22,8 +22,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.3</version>
35 -<date>2005-11-18</date>
36 +<version>1.4</version>
37 +<date>2005-10-21</date>
38
39 <chapter>
40 <title>Upgrading from old versions of MySQL</title>
41 @@ -134,7 +134,7 @@
42 </p>
43
44 <pre caption="Configure MySQL 4.1 base setup">
45 -# <i>ebuild /var/db/pkg/dev-db/mysql-4.1.&lt;micro_version&gt;/mysql-4.1.&lt;micro_version&gt;.ebuild config</i>
46 +# <i>emerge --config =mysql-4.1.&lt;micro_version&gt;</i>
47 # <i>/etc/init.d/mysql start</i>
48 </pre>
49
50
51
52
53 --
54 gentoo-doc-cvs@g.o mailing list