Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: quick-samba-howto.xml
Date: Wed, 06 Jun 2007 22:42:39
Message-Id: E1Hw4Cv-0006JX-3r@stork.gentoo.org
1 nightmorph 07/06/06 22:42:25
2
3 Modified: quick-samba-howto.xml
4 Log:
5 some updates for bug 181130
6
7 Revision Changes Path
8 1.28 xml/htdocs/doc/en/quick-samba-howto.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml?rev=1.28&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml?rev=1.28&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml?r1=1.27&r2=1.28
13
14 Index: quick-samba-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml,v
17 retrieving revision 1.27
18 retrieving revision 1.28
19 diff -u -r1.27 -r1.28
20 --- quick-samba-howto.xml 5 Jun 2007 21:33:31 -0000 1.27
21 +++ quick-samba-howto.xml 6 Jun 2007 22:42:25 -0000 1.28
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml,v 1.27 2007/06/05 21:33:31 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml,v 1.28 2007/06/06 22:42:25 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27 <guide link="/doc/en/quick-samba-howto.xml">
28 <title>Gentoo Samba3/CUPS/ClamAV HOWTO</title>
29 @@ -20,8 +20,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
31 <license/>
32
33 -<version>1.16</version>
34 -<date>2007-06-05</date>
35 +<version>1.17</version>
36 +<date>2007-06-06</date>
37
38 <chapter>
39 <title>Introduction to this HOWTO</title>
40 @@ -146,8 +146,8 @@
41 <li>app-antivirus/clamav</li>
42 <li>net-print/cups</li>
43 <li>net-print/foomatic</li>
44 - <li>net-print/hpijs (if you have an HP printer)</li>
45 - <li>A kernel of sorts (preferably 2.4.24+ or 2.6.x)</li>
46 + <li>net-print/hplip (if you have an HP printer)</li>
47 + <li>A kernel of sorts (2.6)</li>
48 <li>A printer (PS or non-PS, maybe not TOO new or fancy)</li>
49 <li>
50 A working network (home/office/etc) consisting of more than one machine)
51 @@ -174,12 +174,12 @@
52 <body>
53
54 <p>
55 -Before emerging anything, take a look at the various USE flags
56 -available to Samba.
57 +Before emerging anything, take a look at some of the various USE flags available
58 +to Samba.
59 </p>
60
61 <pre caption="Samba uses the following USE Variables:">
62 -kerberos mysql xml acl cups ldap pam readline python oav libclamav
63 +kerberos acl cups ldap pam readline python oav
64 </pre>
65
66 <p>
67 @@ -202,24 +202,6 @@
68 </ti>
69 </tr>
70 <tr>
71 - <th><b>mysql</b></th>
72 - <ti>
73 - This will allow Samba to use MySQL in order to do password authentication.
74 - It will store ACLs, usernames, passwords, etc in a database versus a
75 - flat file. If Samba is needed to do password authentication, such as
76 - acting as a password validation server or a Primary Domain Controller
77 - (PDC).
78 - </ti>
79 -</tr>
80 -<tr>
81 - <th><b>xml</b></th>
82 - <ti>
83 - The xml USE option for Samba provides a password database backend allowing
84 - Samba to store account details in XML files, for the same reasons listed in
85 - the mysql USE flag description.
86 - </ti>
87 -</tr>
88 -<tr>
89 <th><b>acl</b></th>
90 <ti>
91 Enables Access Control Lists. The ACL support in Samba uses a patched
92 @@ -277,12 +259,6 @@
93 (SAVI), Symantec CarrierScan, and Trend Micro (VSAPI).
94 </ti>
95 </tr>
96 -<tr>
97 - <th><b>libclamav</b></th>
98 - <ti>
99 - Use the ClamAV library instead of the clamd daemon
100 - </ti>
101 -</tr>
102 </table>
103
104 <p>
105 @@ -385,15 +361,15 @@
106 </body>
107 </section>
108 <section>
109 -<title>Emerging net-print/hpijs</title>
110 +<title>Emerging net-print/hplip</title>
111 <body>
112
113 <p>
114 You only need to emerge this if you use an HP printer.
115 </p>
116
117 -<pre caption="Emerge hpijs">
118 -# <i>emerge net-print/hpijs</i>
119 +<pre caption="Emerge hplip">
120 +# <i>emerge net-print/hplip</i>
121 </pre>
122
123 </body>
124
125
126
127 --
128 gentoo-doc-cvs@g.o mailing list