From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LRLvh-0003Qw-Bi for garchives@archives.gentoo.org; Mon, 26 Jan 2009 07:30:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D28F6E0329; Mon, 26 Jan 2009 07:30:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AE86DE0329 for ; Mon, 26 Jan 2009 07:30:43 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 54D16643E8 for ; Mon, 26 Jan 2009 07:30:43 +0000 (UTC) Received: from nightmorph by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1LRLvf-0003lA-1I for gentoo-doc-cvs@lists.gentoo.org; Mon, 26 Jan 2009 07:30:43 +0000 From: "Joshua Saddler (nightmorph)" To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: quick-samba-howto.xml X-VCS-Repository: gentoo X-VCS-Files: quick-samba-howto.xml X-VCS-Directories: xml/htdocs/doc/en X-VCS-Committer: nightmorph X-VCS-Committer-Name: Joshua Saddler Content-Type: text/plain; charset=utf8 Message-Id: Sender: Joshua Saddler Date: Mon, 26 Jan 2009 07:30:43 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@lists.gentoo.org Reply-to: docs-team@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 6e110310-3f9b-439e-81f4-ec03df641e2f X-Archives-Hash: c43f0676719acd2e6ae632e8a800c716 nightmorph 09/01/26 07:30:43 Modified: quick-samba-howto.xml Log: the foomatic metapackage was removed; emerge cups with +ppds, bug 25490= 9 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/quic= k-samba-howto.xml?rev=3D1.41&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/quic= k-samba-howto.xml?rev=3D1.41&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/quic= k-samba-howto.xml?r1=3D1.40&r2=3D1.41 Index: quick-samba-howto.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 @@ - + =20 @@ -25,8 +25,8 @@ =20 -1.25 -2008-05-01 +1.26 +2009-01-25 =20 Introduction to this HOWTO @@ -143,8 +143,7 @@ =20
  • net-fs/samba
  • -
  • net-print/cups
  • -
  • net-print/foomatic
  • +
  • net-print/cups (built with the ppds USE flag)
  • net-print/hplip (if you have an HP printer)
  • A kernel of sorts (2.6)
  • A printer (PS or non-PS)
  • @@ -312,28 +311,31 @@ specifically included or excluded.

    =20 +

    +First, add ppds to your USE flags to make sure that when CUPS is = built, +it has proper foomatic support: +

    + +
    +# echo "net-print/cups ppds" >> /etc/portage/package.use
    +
    + +

    +Now, emerge Samba: +

    +
     # echo "net-fs/samba readline cups pam" >> /etc/portage/package=
    .use
     # emerge net-fs/samba
     
    =20

    -This will emerge Samba and CUPS (if CUPS is not already emerged). +This will emerge Samba and CUPS.=20

    =20
    -Emerging foomatic - - -
    -# emerge net-print/foomatic
    -
    - - -
    -
    Emerging net-print/hplip =20