Author: randy Date: 2005-03-17 16:18:33 -0700 (Thu, 17 Mar 2005) New Revision: 3552
Modified: trunk/BOOK/general.ent trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/pst/printing/cups.xml Log: Updated to CUPS-1.1.23; added instructions to create an 'lp' user in the CUPS instructions Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2005-03-17 21:53:41 UTC (rev 3551) +++ trunk/BOOK/general.ent 2005-03-17 23:18:33 UTC (rev 3552) @@ -471,7 +471,7 @@ <!-- Part XIII --> <!-- Chapter 41 --> -<!ENTITY cups-version "1.1.21"> +<!ENTITY cups-version "1.1.23"> <!ENTITY LPRng-version "3.8.28"> <!ENTITY gs-version "8.14"> <!ENTITY espgs-version "7.07.1"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2005-03-17 21:53:41 UTC (rev 3551) +++ trunk/BOOK/introduction/welcome/changelog.xml 2005-03-17 23:18:33 UTC (rev 3552) @@ -23,8 +23,9 @@ <itemizedlist> <listitem><para>March 17th, 2005 [randy]: Changed cracklib from a required -dependency to recommended in the Linux-Pam instructions; updated to -Zip-2.31.</para></listitem> +dependency to recommended in the Linux-Pam instructions; updated to Zip-2.31 +and CUPS-1.1.23; added the creation of an 'lp' user to the CUPS +instructions.</para></listitem> <listitem><para>March 16th, 2005 [igor]: Updated to ImageMagick-6.2.0-7 contributed by John Gnew.</para></listitem> Modified: trunk/BOOK/pst/printing/cups.xml =================================================================== --- trunk/BOOK/pst/printing/cups.xml 2005-03-17 21:53:41 UTC (rev 3551) +++ trunk/BOOK/pst/printing/cups.xml 2005-03-17 23:18:33 UTC (rev 3552) @@ -5,9 +5,9 @@ <!ENTITY cups-download-http "http://ftp.easysw.com/pub/cups/&cups-version;/cups-&cups-version;-source.tar.bz2"> <!ENTITY cups-download-ftp "ftp://ftp.easysw.com/pub/cups/&cups-version;/cups-&cups-version;-source.tar.bz2"> - <!ENTITY cups-md5sum "54e9b0d9c0bdb45b956f88c14793ef65"> - <!ENTITY cups-size "8.5 MB"> - <!ENTITY cups-buildsize "44.5 MB"> + <!ENTITY cups-md5sum "4ce09b1dce09b6b9398af0daae9adf63"> + <!ENTITY cups-size "8.7 MB"> + <!ENTITY cups-buildsize "46 MB"> <!ENTITY cups-time "0.54 SBU (additional 69 SBU to run full test suite)"> ]> @@ -42,13 +42,16 @@ &cups-time;</para></listitem></itemizedlist> </sect3> -<sect3><title><application><acronym>CUPS</acronym></application> dependencies -</title> -<sect4><title>Optional</title> +<sect3><title><application><acronym>CUPS</acronym></application> +dependencies</title> +<sect4><title>Recommended</title> <para><xref linkend="libjpeg"/>, <xref linkend="libpng"/>, -<xref linkend="libtiff"/>, -<xref linkend="openssl"/> or +and <xref linkend="libtiff"/></para> +</sect4> + +<sect4><title>Optional</title> +<para><xref linkend="openssl"/> or <ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink> (which needs <ulink url="ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/"> libgpg-error</ulink>, @@ -73,6 +76,13 @@ <title>Installation of <application><acronym>CUPS</acronym></application></title> +<para>Create an 'lp' user, as +<application><acronym>CUPS</acronym></application> will install the +<command>lppasswd</command> command <acronym>SUID</acronym> to this user. Use +the following command as the root user:</para> + +<screen><userinput role='root'><command>useradd -c "Print Service User" -d /dev/null -g lp -s /bin/false lp</command></userinput></screen> + <para>If you utilize <application>Linux-<acronym>PAM</acronym></application>, you need to modify some files so <application><acronym>CUPS</acronym></application> can find needed headers. -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
