From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1GtGf6-0007Wo-K1 for garchives@archives.gentoo.org; Sun, 10 Dec 2006 04:51:41 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.8) with SMTP id kBA4pNDO018132; Sun, 10 Dec 2006 04:51:23 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id kBA4pMq4012436 for ; Sun, 10 Dec 2006 04:51:22 GMT Received: from lark (lark.gentoo.osuosl.org [140.211.166.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with SMTP id 64DC064E88 for ; Sun, 10 Dec 2006 04:51:22 +0000 (UTC) Received: by lark (sSMTP sendmail emulation); Sun, 10 Dec 2006 04:51:21 +0000 From: "Josh Saddler" Date: Sun, 10 Dec 2006 04:51:21 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: mailfilter-guide.xml Message-Id: <20061210045122.64DC064E88@smtp.gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 2212e201-5d70-4507-8b00-407d15705424 X-Archives-Hash: 384943e28a6aa99ed1fdb774e12a5b7b nightmorph 06/12/10 04:51:21 Modified: mailfilter-guide.xml Log: typo fix, no content change Revision Changes Path 1.16 xml/htdocs/doc/en/mailfilter-guide.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?rev=1.16&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?r1=1.15&r2=1.16 Index: mailfilter-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- mailfilter-guide.xml 19 Jun 2006 12:08:14 -0000 1.15 +++ mailfilter-guide.xml 10 Dec 2006 04:51:21 -0000 1.16 @@ -1,6 +1,6 @@ - + @@ -1827,7 +1827,7 @@ Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> create database dbname; -mysql> GRANT ALL PRIVILEGES ON dbname.* TO 'dbuser'@'localhost' IDENTIFIED BY 'anoter_very_secret_password'; +mysql> GRANT ALL PRIVILEGES ON dbname.* TO 'dbuser'@'localhost' IDENTIFIED BY 'another_very_secret_password'; mysql> use dbname; -- gentoo-doc-cvs@gentoo.org mailing list