nightmorph 07/10/14 19:10:05 Modified: quick-samba-howto.xml Log: additional clarification and reworked instructions for bug 195844
Revision Changes Path 1.35 xml/htdocs/doc/en/quick-samba-howto.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml?rev=1.35&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml?r1=1.34&r2=1.35 Index: quick-samba-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- quick-samba-howto.xml 15 Sep 2007 16:47:56 -0000 1.34 +++ quick-samba-howto.xml 14 Oct 2007 19:10:05 -0000 1.35 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml,v 1.34 2007/09/15 16:47:56 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml,v 1.35 2007/10/14 19:10:05 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/quick-samba-howto.xml"> <title>Gentoo Samba3/CUPS/ClamAV HOWTO</title> @@ -23,8 +23,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> <license/> -<version>1.21</version> -<date>2007-09-15</date> +<version>1.22</version> +<date>2007-10-14</date> <chapter> <title>Introduction to this HOWTO</title> @@ -786,7 +786,7 @@ doesn't seem to be a difference between the functionality of the two, but the Adobe PS drivers need to be extracted on a Windows System since it's a Windows binary. Also the whole procedure of finding and copying the correct files is a -bit more hassle. The CUPS drivers seem to support some options the Adobe drivers +bit more hassle. The CUPS drivers support some options the Adobe drivers don't. </p> @@ -794,14 +794,16 @@ This HOWTO uses the CUPS drivers for Windows. Install them as shown: </p> -<pre caption="Install the drivers and restart CUPS"> +<pre caption="Install the drivers"> # <i>emerge -av cups-windows</i> -# <i>/etc/init.d/cupsd restart</i> </pre> <p> Now we'll use the script <c>cupsaddsmb</c> provided by the CUPS distribution. -Its man page is an interesting read. +Be sure to read its manpage (<c>man cupsaddsmb</c>), as it will tell you which +Windows drivers you'll need to copy to the proper CUPS directory. Once you've +copied the drivers, restart CUPS by running <c>/etc/init.d/cupsd restart</c>. +Next, run <c>cupsaddsmb</c> as shown: </p> <pre caption="Run cupsaddsmb"> -- [EMAIL PROTECTED] mailing list
