Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
micm 09/02/16 19:41:39
Modified: quick-samba-howto.xml
Log:
Sync to 1.41
Revision Changes Path
1.25 xml/htdocs/doc/de/quick-samba-howto.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/quick-samba-howto.xml?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/quick-samba-howto.xml?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/quick-samba-howto.xml?r1=1.24&r2=1.25
Index: quick-samba-howto.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/de/quick-samba-howto.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- quick-samba-howto.xml 12 May 2008 16:08:55 -0000 1.24
+++ quick-samba-howto.xml 16 Feb 2009 19:41:39 -0000 1.25
@@ -1,9 +1,8 @@
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/quick-samba-howto.xml,v 1.24 2008/05/12 16:08:55 keytoaster Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/quick-samba-howto.xml,v 1.25 2009/02/16 19:41:39 micm Exp $ -->
-<!-- English CVS Version: 1.40 -->
<guide link="/doc/de/quick-samba-howto.xml" lang="de">
<title>Gentoo Samba3/CUPS Howto</title>
@@ -32,8 +31,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>Einleitung zu diesem Howto</title>
@@ -156,8 +155,7 @@
<ul>
<li>net-fs/samba</li>
- <li>net-print/cups</li>
- <li>net-print/foomatic</li>
+ <li>net-print/cups (kompiliert mit dem <c>ppds</c> USE-Flag)</li>
<li>net-print/hplip (falls Sie einen HP Drucker benutzen wollen)</li>
<li>Einen beliebigen Kernel (2.6)</li>
<li>Einen Drucker (PS oder non-PS)</li>
@@ -334,26 +332,28 @@
USE-Flags ausdrücklich eingebunden oder ausgeschlossen.
</p>
-<pre caption="Samba-Emerge">
-# <i>echo "net-fs/samba readline cups pam" >> /etc/portage/package.use</i>
-# <i>emerge net-fs/samba</i>
+ <p>
+Als erstes, fügen Sie <c>ppds</c> zu Ihren USE-Flags hinzu, um sicherzugehen,
+dass CUPS mit Foomatic-Unterstützung kompiliert wird:
+</p>
+
+<pre caption="Hinzufügen von ppds">
+# <i>echo "net-print/cups ppds" >> /etc/portage/package.use</i>
</pre>
<p>
-Hierdurch werden Samba und CUPS (wenn noch nicht auf dem System vorhanden)
-emerged.
+Emergen Sie jetzt Samba:
</p>
-</body>
-</section>
-<section>
-<title>Foomatic emergen</title>
-<body>
-
-<pre caption="Emerge foomatic">
-# <i>emerge net-print/foomatic</i>
+<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>
+Hierdurch wird Samba emerged.
+</p>
+
</body>
</section>
<section>
|
|