Gentoo Archives: gentoo-doc-cvs

From: Lukasz Damentko <rane@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: mysql-upgrading.xml
Date: Mon, 17 Oct 2005 23:12:56
Message-Id: 200510172311.j9HNB3oo009261@robin.gentoo.org
1 rane 05/10/17 23:13:08
2
3 Modified: xml/htdocs/doc/en mysql-upgrading.xml
4 Log:
5 #109643, removing dash from tar command parameters
6
7 Revision Changes Path
8 1.4 +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.4&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.4&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.3&r2=1.4&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.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- mysql-upgrading.xml 17 Oct 2005 19:30:16 -0000 1.3
21 +++ mysql-upgrading.xml 17 Oct 2005 23:13:08 -0000 1.4
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.3 2005/10/17 19:30:16 rane Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-upgrading.xml,v 1.4 2005/10/17 23:13:08 rane 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.2</version>
35 -<date>2005-10-17</date>
36 +<version>1.3</version>
37 +<date>2005-11-18</date>
38
39 <chapter>
40 <title>Upgrading from old versions of MySQL</title>
41 @@ -106,7 +106,7 @@
42 <pre caption="Uninstall MySQL">
43 # <i>/etc/init.d/mysql stop</i>
44 # <i>emerge -C mysql</i>
45 -# <i>tar -cjpvf ~/mysql.$(date +%F_%H-%M).tar.bz2 /etc/mysql/my.cnf /var/lib/mysql/</i>
46 +# <i>tar cjpvf ~/mysql.$(date +%F_%H-%M).tar.bz2 /etc/mysql/my.cnf /var/lib/mysql/</i>
47 # <i>ls -l ~/mysql.*</i>
48 # <i>rm -rf /var/lib/mysql/ /var/log/mysql</i>
49 </pre>
50
51
52
53 --
54 gentoo-doc-cvs@g.o mailing list