Changeset 6760e56 for pst


Ignore:
Timestamp:
03/17/2005 11:18:33 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9fe319c
Parents:
4be62042
Message:

Updated to CUPS-1.1.23; added instructions to create an 'lp' user in the CUPS instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3552 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/cups.xml

    r4be62042 r6760e56  
    66  <!ENTITY cups-download-http "http://ftp.easysw.com/pub/cups/&cups-version;/cups-&cups-version;-source.tar.bz2">
    77  <!ENTITY cups-download-ftp  "ftp://ftp.easysw.com/pub/cups/&cups-version;/cups-&cups-version;-source.tar.bz2">
    8   <!ENTITY cups-md5sum        "54e9b0d9c0bdb45b956f88c14793ef65">
    9   <!ENTITY cups-size          "8.5 MB">
    10   <!ENTITY cups-buildsize     "44.5 MB">
     8  <!ENTITY cups-md5sum        "4ce09b1dce09b6b9398af0daae9adf63">
     9  <!ENTITY cups-size          "8.7 MB">
     10  <!ENTITY cups-buildsize     "46 MB">
    1111  <!ENTITY cups-time          "0.54 SBU (additional 69 SBU to run full test suite)">
    1212]>
     
    4343</sect3>
    4444
    45 <sect3><title><application><acronym>CUPS</acronym></application> dependencies
    46 </title>
    47 <sect4><title>Optional</title>
     45<sect3><title><application><acronym>CUPS</acronym></application>
     46dependencies</title>
     47<sect4><title>Recommended</title>
    4848<para><xref linkend="libjpeg"/>,
    4949<xref linkend="libpng"/>,
    50 <xref linkend="libtiff"/>,
    51 <xref linkend="openssl"/> or
     50and <xref linkend="libtiff"/></para>
     51</sect4>
     52
     53<sect4><title>Optional</title>
     54<para><xref linkend="openssl"/> or
    5255<ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink> (which needs
    5356<ulink url="ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/">
     
    7376<title>Installation of
    7477<application><acronym>CUPS</acronym></application></title>
     78
     79<para>Create an 'lp' user, as
     80<application><acronym>CUPS</acronym></application> will install the
     81<command>lppasswd</command> command <acronym>SUID</acronym> to this user. Use
     82the following command as the root user:</para>
     83
     84<screen><userinput role='root'><command>useradd -c "Print Service User" -d /dev/null -g lp -s /bin/false lp</command></userinput></screen>
    7585
    7686<para>If you utilize <application>Linux-<acronym>PAM</acronym></application>,
Note: See TracChangeset for help on using the changeset viewer.