public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: quick-samba-howto.xml
@ 2007-12-01 11:25 Xavier Neys (neysx)
  0 siblings, 0 replies; 8+ messages in thread
From: Xavier Neys (neysx) @ 2007-12-01 11:25 UTC (permalink / raw
  To: gentoo-commits

neysx       07/12/01 11:25:02

  Log:
  
-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: quick-samba-howto.xml
@ 2007-12-01 11:30 Xavier Neys (neysx)
  0 siblings, 0 replies; 8+ messages in thread
From: Xavier Neys (neysx) @ 2007-12-01 11:30 UTC (permalink / raw
  To: gentoo-commits

neysx       07/12/01 11:30:41

  Log:
  
-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: quick-samba-howto.xml
@ 2007-12-01 11:34 Xavier Neys (neysx)
  0 siblings, 0 replies; 8+ messages in thread
From: Xavier Neys (neysx) @ 2007-12-01 11:34 UTC (permalink / raw
  To: gentoo-commits

neysx       07/12/01 11:34:22

  Log:
  
-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: quick-samba-howto.xml
@ 2007-12-20 19:13 Sven Vermeulen (swift)
  0 siblings, 0 replies; 8+ messages in thread
From: Sven Vermeulen (swift) @ 2007-12-20 19:13 UTC (permalink / raw
  To: gentoo-commits

swift       07/12/20 19:13:22

  Log:
  
-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: quick-samba-howto.xml
@ 2008-05-02  4:46 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 8+ messages in thread
From: Joshua Saddler (nightmorph) @ 2008-05-02  4:46 UTC (permalink / raw
  To: gentoo-commits

nightmorph    08/05/02 04:46:23

  Log:
  
-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: quick-samba-howto.xml
@ 2009-01-26  7:30 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 8+ messages in thread
From: Joshua Saddler (nightmorph) @ 2009-01-26  7:30 UTC (permalink / raw
  To: gentoo-commits

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" &gt;&gt; /etc/portage/package.use</i>
+</pre>
+
+<p>
+Now, emerge Samba:
+</p>
+
 <pre caption="Emerge Samba">
 # <i>echo "net-fs/samba readline cups pam" &gt;&gt; /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>
 






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: quick-samba-howto.xml
@ 2011-03-02  9:19 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 8+ messages in thread
From: Joshua Saddler (nightmorph) @ 2011-03-02  9:19 UTC (permalink / raw
  To: gentoo-commits

nightmorph    11/03/02 09:19:56

  Modified:             quick-samba-howto.xml
  Log:
  remove outdated keywording instructions, since the package is marked stable

Revision  Changes    Path
1.42                 xml/htdocs/doc/en/quick-samba-howto.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml?r1=1.41&r2=1.42

Index: quick-samba-howto.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- quick-samba-howto.xml	26 Jan 2009 07:30:42 -0000	1.41
+++ quick-samba-howto.xml	2 Mar 2011 09:19:55 -0000	1.42
@@ -1,9 +1,8 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $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">
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml,v 1.42 2011/03/02 09:19:55 nightmorph Exp $ -->
 
-<guide link="/doc/en/quick-samba-howto.xml">
-
+<guide>
 <title>Gentoo Samba3/CUPS HOWTO</title>
 
 <author title="Author">
@@ -25,8 +24,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.26</version>
-<date>2009-01-25</date>
+<version>2</version>
+<date>2011-03-02</date>
 
 <chapter>
 <title>Introduction to this HOWTO</title>
@@ -643,13 +642,11 @@
 which can be obtained from <uri
 link="http://www.adobe.com/support/downloads/main.html">Adobe</uri> (PostScript
 printer drivers). Second, there are the CUPS PS drivers, to be obtained by
-emerging <c>net-print/cups-windows</c>. Note that it may still be marked ~arch,
-so you may need to add it to <path>/etc/portage/package.keywords</path>. There
-doesn't seem to be a difference between the functionality of the two, but the
-Adobe PS drivers need to be extracted on a Windows System since it's a Windows
-binary. Also the whole procedure of finding and copying the correct files is a
-bit more hassle. The CUPS drivers support some options the Adobe drivers
-don't.
+emerging <c>net-print/cups-windows</c>. There doesn't seem to be a difference
+between the functionality of the two, but the Adobe PS drivers need to be
+extracted on a Windows System since it's a Windows binary. Also the whole
+procedure of finding and copying the correct files is a bit more hassle. The
+CUPS drivers support some options the Adobe drivers don't.
 </p>
 
 <p>






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: quick-samba-howto.xml
@ 2012-07-27  2:25 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 8+ messages in thread
From: Joshua Saddler (nightmorph) @ 2012-07-27  2:25 UTC (permalink / raw
  To: gentoo-commits

nightmorph    12/07/27 02:25:42

  Modified:             quick-samba-howto.xml
  Log:
  mount-cifs is being removed from portage

Revision  Changes    Path
1.43                 xml/htdocs/doc/en/quick-samba-howto.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml?r1=1.42&r2=1.43

Index: quick-samba-howto.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- quick-samba-howto.xml	2 Mar 2011 09:19:55 -0000	1.42
+++ quick-samba-howto.xml	27 Jul 2012 02:25:41 -0000	1.43
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml,v 1.42 2011/03/02 09:19:55 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml,v 1.43 2012/07/27 02:25:41 nightmorph Exp $ -->
 
 <guide>
 <title>Gentoo Samba3/CUPS HOWTO</title>
@@ -24,8 +24,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>2</version>
-<date>2011-03-02</date>
+<version>3</version>
+<date>2012-07-26</date>
 
 <chapter>
 <title>Introduction to this HOWTO</title>
@@ -853,8 +853,8 @@
 <body>
 
 <note>
-Don't forget to install <c>net-fs/mount-cifs</c> or <c>net-fs/samba</c> on the
-client(s) that will be accessing the shares.
+Don't forget to install <c>net-fs/samba</c> on the client(s) that will be
+accessing the shares.
 </note>
 
 <p>





^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-07-27  2:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-01 11:30 [gentoo-commits] gentoo commit in xml/htdocs/doc/en: quick-samba-howto.xml Xavier Neys (neysx)
  -- strict thread matches above, loose matches on Subject: below --
2012-07-27  2:25 Joshua Saddler (nightmorph)
2011-03-02  9:19 Joshua Saddler (nightmorph)
2009-01-26  7:30 Joshua Saddler (nightmorph)
2008-05-02  4:46 Joshua Saddler (nightmorph)
2007-12-20 19:13 Sven Vermeulen (swift)
2007-12-01 11:34 Xavier Neys (neysx)
2007-12-01 11:25 Xavier Neys (neysx)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox