Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: virt-mail-howto.xml
Date: Fri, 02 Dec 2005 14:50:05
Message-Id: 200512021449.jB2EnvMk010435@robin.gentoo.org
1 neysx 05/12/02 14:49:56
2
3 Modified: xml/htdocs/doc/en virt-mail-howto.xml
4 Log:
5 #113789 Add Flush Privileges;
6
7 Revision Changes Path
8 1.46 +8 -4 xml/htdocs/doc/en/virt-mail-howto.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/virt-mail-howto.xml?rev=1.46&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/virt-mail-howto.xml?rev=1.46&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/virt-mail-howto.xml.diff?r1=1.45&r2=1.46&cvsroot=gentoo
13
14 Index: virt-mail-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml,v
17 retrieving revision 1.45
18 retrieving revision 1.46
19 diff -u -r1.45 -r1.46
20 --- virt-mail-howto.xml 29 May 2005 16:12:29 -0000 1.45
21 +++ virt-mail-howto.xml 2 Dec 2005 14:49:56 -0000 1.46
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml,v 1.45 2005/05/29 16:12:29 swift Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml,v 1.46 2005/12/02 14:49:56 neysx Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/virt-mail-howto.xml">
29 @@ -23,8 +23,8 @@
30 postfix, mysql, courier-imap, and cyrus-sasl.
31 </abstract>
32
33 -<version>1.0.22</version>
34 -<date>2005-05-29</date>
35 +<version>1.0.23</version>
36 +<date>2005-12-02</date>
37
38 <!--
39 Contents
40 @@ -461,8 +461,12 @@
41 -> <i>ON mailsql.*</i>
42 -> <i>TO mailsql@localhost</i>
43 -> <i>IDENTIFIED BY '$password';</i>
44 +Query OK, 0 rows affected (0.02 sec)
45
46 - -> <i>quit</i>
47 +mysql> <i>FLUSH PRIVILEGES;</i>
48 +Query OK, 0 rows affected (0.00 sec)
49 +
50 +mysql> <i>quit</i>
51 <comment>(Verify that the new mailsql user can connect to the mysql server.)</comment>
52
53 # <i>mysql -u mailsql -p mailsql</i>
54
55
56
57 --
58 gentoo-doc-cvs@g.o mailing list