Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: virt-mail-howto.xml
Date: Thu, 14 Oct 2010 06:11:44
Message-Id: 20101014061138.A5B372004C@flycatcher.gentoo.org
1 nightmorph 10/10/14 06:11:38
2
3 Modified: virt-mail-howto.xml
4 Log:
5 the adduser command does not exist, bug 340915
6
7 Revision Changes Path
8 1.61 xml/htdocs/doc/en/virt-mail-howto.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml?rev=1.61&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml?rev=1.61&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml?r1=1.60&r2=1.61
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.60
18 retrieving revision 1.61
19 diff -u -r1.60 -r1.61
20 --- virt-mail-howto.xml 28 Sep 2008 20:29:25 -0000 1.60
21 +++ virt-mail-howto.xml 14 Oct 2010 06:11:38 -0000 1.61
22 @@ -1,8 +1,8 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml,v 1.60 2008/09/28 20:29:25 nightmorph Exp $ -->
25 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml,v 1.61 2010/10/14 06:11:38 nightmorph Exp $ -->
27
28 -<guide link="/doc/en/virt-mail-howto.xml">
29 +<guide>
30 <title>Virtual Mailhosting System with Postfix Guide</title>
31
32 <author title="Author">
33 @@ -26,8 +26,8 @@
34 postfix, mysql, courier-imap, and cyrus-sasl.
35 </abstract>
36
37 -<version>1.7</version>
38 -<date>2008-09-28</date>
39 +<version>2</version>
40 +<date>2010-10-13</date>
41
42 <chapter>
43 <title>Introduction</title>
44 @@ -414,7 +414,7 @@
45 </p>
46
47 <pre caption="Adding the vmail user">
48 -# <i>adduser -d /home/vmail -s /bin/false -m vmail</i>
49 +# <i>useradd -d /home/vmail -s /bin/false -m vmail</i>
50 </pre>
51
52 <p>