Gentoo Archives: gentoo-commits

From: "Michael Muench (micm)" <micm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/de: quick-samba-howto.xml
Date: Mon, 16 Feb 2009 19:41:40
Message-Id: E1LZ9LX-0007CR-5c@stork.gentoo.org
1 micm 09/02/16 19:41:39
2
3 Modified: quick-samba-howto.xml
4 Log:
5 Sync to 1.41
6
7 Revision Changes Path
8 1.25 xml/htdocs/doc/de/quick-samba-howto.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/quick-samba-howto.xml?rev=1.25&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/quick-samba-howto.xml?rev=1.25&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/quick-samba-howto.xml?r1=1.24&r2=1.25
13
14 Index: quick-samba-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/de/quick-samba-howto.xml,v
17 retrieving revision 1.24
18 retrieving revision 1.25
19 diff -u -r1.24 -r1.25
20 --- quick-samba-howto.xml 12 May 2008 16:08:55 -0000 1.24
21 +++ quick-samba-howto.xml 16 Feb 2009 19:41:39 -0000 1.25
22 @@ -1,9 +1,8 @@
23 <?xml version='1.0' encoding='utf-8'?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/quick-samba-howto.xml,v 1.24 2008/05/12 16:08:55 keytoaster Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/quick-samba-howto.xml,v 1.25 2009/02/16 19:41:39 micm Exp $ -->
28
29 -<!-- English CVS Version: 1.40 -->
30
31 <guide link="/doc/de/quick-samba-howto.xml" lang="de">
32 <title>Gentoo Samba3/CUPS Howto</title>
33 @@ -32,8 +31,8 @@
34 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
35 <license/>
36
37 -<version>1.25</version>
38 -<date>2008-05-01</date>
39 +<version>1.26</version>
40 +<date>2009-01-25</date>
41
42 <chapter>
43 <title>Einleitung zu diesem Howto</title>
44 @@ -156,8 +155,7 @@
45
46 <ul>
47 <li>net-fs/samba</li>
48 - <li>net-print/cups</li>
49 - <li>net-print/foomatic</li>
50 + <li>net-print/cups (kompiliert mit dem <c>ppds</c> USE-Flag)</li>
51 <li>net-print/hplip (falls Sie einen HP Drucker benutzen wollen)</li>
52 <li>Einen beliebigen Kernel (2.6)</li>
53 <li>Einen Drucker (PS oder non-PS)</li>
54 @@ -334,26 +332,28 @@
55 USE-Flags ausdrücklich eingebunden oder ausgeschlossen.
56 </p>
57
58 -<pre caption="Samba-Emerge">
59 -# <i>echo "net-fs/samba readline cups pam" &gt;&gt; /etc/portage/package.use</i>
60 -# <i>emerge net-fs/samba</i>
61 + <p>
62 +Als erstes, fügen Sie <c>ppds</c> zu Ihren USE-Flags hinzu, um sicherzugehen,
63 +dass CUPS mit Foomatic-Unterstützung kompiliert wird:
64 +</p>
65 +
66 +<pre caption="Hinzufügen von ppds">
67 +# <i>echo "net-print/cups ppds" &gt;&gt; /etc/portage/package.use</i>
68 </pre>
69
70 <p>
71 -Hierdurch werden Samba und CUPS (wenn noch nicht auf dem System vorhanden)
72 -emerged.
73 +Emergen Sie jetzt Samba:
74 </p>
75
76 -</body>
77 -</section>
78 -<section>
79 -<title>Foomatic emergen</title>
80 -<body>
81 -
82 -<pre caption="Emerge foomatic">
83 -# <i>emerge net-print/foomatic</i>
84 +<pre caption="Emerge Samba">
85 +# <i>echo "net-fs/samba readline cups pam" &gt;&gt; /etc/portage/package.use</i>
86 +# <i>emerge net-fs/samba</i>
87 </pre>
88
89 +<p>
90 +Hierdurch wird Samba emerged.
91 +</p>
92 +
93 </body>
94 </section>
95 <section>