Gentoo Archives: gentoo-commits

From: "Davide Cendron (scen)" <scen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/it: quick-samba-howto.xml
Date: Thu, 05 Feb 2009 21:45:51
Message-Id: E1LVC2f-0005ws-T0@stork.gentoo.org
1 scen 09/02/05 21:45:49
2
3 Modified: quick-samba-howto.xml
4 Log:
5 Version 1.26, revision 1.41 of EN CVS
6
7 Revision Changes Path
8 1.21 xml/htdocs/doc/it/quick-samba-howto.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/quick-samba-howto.xml?rev=1.21&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/quick-samba-howto.xml?rev=1.21&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/quick-samba-howto.xml?r1=1.20&r2=1.21
13
14 Index: quick-samba-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/it/quick-samba-howto.xml,v
17 retrieving revision 1.20
18 retrieving revision 1.21
19 diff -u -r1.20 -r1.21
20 --- quick-samba-howto.xml 6 May 2008 18:53:03 -0000 1.20
21 +++ quick-samba-howto.xml 5 Feb 2009 21:45:49 -0000 1.21
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/quick-samba-howto.xml,v 1.20 2008/05/06 18:53:03 scen Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/quick-samba-howto.xml,v 1.21 2009/02/05 21:45:49 scen Exp $ -->
27
28 <guide link="/doc/it/quick-samba-howto.xml" lang="it">
29 <title>Guida a Samba3/CUPS in Gentoo</title>
30 @@ -30,8 +30,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.25</version>
35 -<date>2008-05-01</date>
36 +<version>1.26</version>
37 +<date>2009-01-25</date>
38
39 <chapter>
40 <title>Introduzione a questa Guida</title>
41 @@ -148,8 +148,7 @@
42
43 <ul>
44 <li>net-fs/samba</li>
45 - <li>net-print/cups</li>
46 - <li>net-print/foomatic</li>
47 + <li>net-print/cups (compilato con la flag USE <c>ppds</c>)</li>
48 <li>net-print/hplip (per stampanti HP)</li>
49 <li>Un Kernel a scelta (2.6)</li>
50 <li>Una stampante (PS o non-PS)</li>
51 @@ -320,28 +319,31 @@
52 le flag USE sono specificatamente incluse o escluse.
53 </p>
54
55 +<p>
56 +Prima, aggiungere <c>ppds</c> alle proprie flag USE per assicurarsi che quando
57 +CUPS verrà compilato esso abbia l'appropriato supporto a foomatic:
58 +</p>
59 +
60 +<pre caption="Aggiungere ppds">
61 +# <i>echo "net-print/cups ppds" &gt;&gt; /etc/portage/package.use</i>
62 +</pre>
63 +
64 +<p>
65 +A questo punto installare Samba tramite emerge:
66 +</p>
67 +
68 <pre caption="Emerge di Samba">
69 # <i>echo "net-fs/samba readline cups pam" &gt;&gt; /etc/portage/package.use</i>
70 # <i>emerge net-fs/samba</i>
71 </pre>
72
73 <p>
74 -Questo installerà sia Samba che CUPS (se CUPS non è già installato).
75 +Questo installerà sia Samba che CUPS.
76 </p>
77
78 </body>
79 </section>
80 <section>
81 -<title>Emerge di foomatic</title>
82 -<body>
83 -
84 -<pre caption="Emerge di foomatic">
85 -# <i>emerge net-print/foomatic</i>
86 -</pre>
87 -
88 -</body>
89 -</section>
90 -<section>
91 <title>Installazione di net-print/hplip</title>
92 <body>