Gentoo Archives: gentoo-commits

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/en: quick-samba-howto.xml
Date: Mon, 26 Jan 2009 07:30:45
Message-Id: E1LRLvf-0003lI-7v@stork.gentoo.org
1 nightmorph 09/01/26 07:30:43
2
3 Modified: quick-samba-howto.xml
4 Log:
5 the foomatic metapackage was removed; emerge cups with +ppds, bug 254909
6
7 Revision Changes Path
8 1.41 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.41&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml?rev=1.41&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml?r1=1.40&r2=1.41
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.40
18 retrieving revision 1.41
19 diff -u -r1.40 -r1.41
20 --- quick-samba-howto.xml 2 May 2008 04:46:22 -0000 1.40
21 +++ quick-samba-howto.xml 26 Jan 2009 07:30:42 -0000 1.41
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.40 2008/05/02 04:46:22 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml,v 1.41 2009/01/26 07:30:42 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/quick-samba-howto.xml">
29 @@ -25,8 +25,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>1.25</version>
34 -<date>2008-05-01</date>
35 +<version>1.26</version>
36 +<date>2009-01-25</date>
37
38 <chapter>
39 <title>Introduction to this HOWTO</title>
40 @@ -143,8 +143,7 @@
41
42 <ul>
43 <li>net-fs/samba</li>
44 - <li>net-print/cups</li>
45 - <li>net-print/foomatic</li>
46 + <li>net-print/cups (built with the <c>ppds</c> USE flag)</li>
47 <li>net-print/hplip (if you have an HP printer)</li>
48 <li>A kernel of sorts (2.6)</li>
49 <li>A printer (PS or non-PS)</li>
50 @@ -312,28 +311,31 @@
51 specifically included or excluded.
52 </p>
53
54 +<p>
55 +First, add <c>ppds</c> to your USE flags to make sure that when CUPS is built,
56 +it has proper foomatic support:
57 +</p>
58 +
59 +<pre caption="Adding ppds">
60 +# <i>echo "net-print/cups ppds" &gt;&gt; /etc/portage/package.use</i>
61 +</pre>
62 +
63 +<p>
64 +Now, emerge Samba:
65 +</p>
66 +
67 <pre caption="Emerge Samba">
68 # <i>echo "net-fs/samba readline cups pam" &gt;&gt; /etc/portage/package.use</i>
69 # <i>emerge net-fs/samba</i>
70 </pre>
71
72 <p>
73 -This will emerge Samba and CUPS (if CUPS is not already emerged).
74 +This will emerge Samba and CUPS.
75 </p>
76
77 </body>
78 </section>
79 <section>
80 -<title>Emerging foomatic</title>
81 -<body>
82 -
83 -<pre caption="Emerge foomatic">
84 -# <i>emerge net-print/foomatic</i>
85 -</pre>
86 -
87 -</body>
88 -</section>
89 -<section>
90 <title>Emerging net-print/hplip</title>
91 <body>