nightmorph 09/01/26 07:30:43 Modified: quick-samba-howto.xml Log: the foomatic metapackage was removed; emerge cups with +ppds, bug 254909
Revision Changes Path 1.41 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.41&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml?rev=1.41&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml?r1=1.40&r2=1.41 Index: quick-samba-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- quick-samba-howto.xml 2 May 2008 04:46:22 -0000 1.40 +++ quick-samba-howto.xml 26 Jan 2009 07:30:42 -0000 1.41 @@ -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.40 2008/05/02 04:46:22 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml,v 1.41 2009/01/26 07:30:42 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/quick-samba-howto.xml"> @@ -25,8 +25,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.25</version> -<date>2008-05-01</date> +<version>1.26</version> +<date>2009-01-25</date> <chapter> <title>Introduction to this HOWTO</title> @@ -143,8 +143,7 @@ <ul> <li>net-fs/samba</li> - <li>net-print/cups</li> - <li>net-print/foomatic</li> + <li>net-print/cups (built with the <c>ppds</c> USE flag)</li> <li>net-print/hplip (if you have an HP printer)</li> <li>A kernel of sorts (2.6)</li> <li>A printer (PS or non-PS)</li> @@ -312,28 +311,31 @@ specifically included or excluded. </p> +<p> +First, add <c>ppds</c> to your USE flags to make sure that when CUPS is built, +it has proper foomatic support: +</p> + +<pre caption="Adding ppds"> +# <i>echo "net-print/cups ppds" >> /etc/portage/package.use</i> +</pre> + +<p> +Now, emerge Samba: +</p> + <pre caption="Emerge Samba"> # <i>echo "net-fs/samba readline cups pam" >> /etc/portage/package.use</i> # <i>emerge net-fs/samba</i> </pre> <p> -This will emerge Samba and CUPS (if CUPS is not already emerged). +This will emerge Samba and CUPS. </p> </body> </section> <section> -<title>Emerging foomatic</title> -<body> - -<pre caption="Emerge foomatic"> -# <i>emerge net-print/foomatic</i> -</pre> - -</body> -</section> -<section> <title>Emerging net-print/hplip</title> <body>
