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: Sun, 14 Oct 2007 19:20:27
Message-Id: E1Ih8qj-00015b-P4@stork.gentoo.org
1 nightmorph 07/10/14 19:10:05
2
3 Modified: quick-samba-howto.xml
4 Log:
5 additional clarification and reworked instructions for bug 195844
6
7 Revision Changes Path
8 1.35 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.35&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml?rev=1.35&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml?r1=1.34&r2=1.35
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.34
18 retrieving revision 1.35
19 diff -u -r1.34 -r1.35
20 --- quick-samba-howto.xml 15 Sep 2007 16:47:56 -0000 1.34
21 +++ quick-samba-howto.xml 14 Oct 2007 19:10:05 -0000 1.35
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.34 2007/09/15 16:47:56 swift Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml,v 1.35 2007/10/14 19:10:05 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 @@ -23,8 +23,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
31 <license/>
32
33 -<version>1.21</version>
34 -<date>2007-09-15</date>
35 +<version>1.22</version>
36 +<date>2007-10-14</date>
37
38 <chapter>
39 <title>Introduction to this HOWTO</title>
40 @@ -786,7 +786,7 @@
41 doesn't seem to be a difference between the functionality of the two, but the
42 Adobe PS drivers need to be extracted on a Windows System since it's a Windows
43 binary. Also the whole procedure of finding and copying the correct files is a
44 -bit more hassle. The CUPS drivers seem to support some options the Adobe drivers
45 +bit more hassle. The CUPS drivers support some options the Adobe drivers
46 don't.
47 </p>
48
49 @@ -794,14 +794,16 @@
50 This HOWTO uses the CUPS drivers for Windows. Install them as shown:
51 </p>
52
53 -<pre caption="Install the drivers and restart CUPS">
54 +<pre caption="Install the drivers">
55 # <i>emerge -av cups-windows</i>
56 -# <i>/etc/init.d/cupsd restart</i>
57 </pre>
58
59 <p>
60 Now we'll use the script <c>cupsaddsmb</c> provided by the CUPS distribution.
61 -Its man page is an interesting read.
62 +Be sure to read its manpage (<c>man cupsaddsmb</c>), as it will tell you which
63 +Windows drivers you'll need to copy to the proper CUPS directory. Once you've
64 +copied the drivers, restart CUPS by running <c>/etc/init.d/cupsd restart</c>.
65 +Next, run <c>cupsaddsmb</c> as shown:
66 </p>
67
68 <pre caption="Run cupsaddsmb">
69
70
71
72 --
73 gentoo-doc-cvs@g.o mailing list