Changeset 2946338a for pst/printing


Ignore:
Timestamp:
02/01/2013 10:31:14 PM (11 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
1af010b2
Parents:
85171088
Message:

Added gtk-update-icon-cache and update-desktop-database commands to various packages

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/cups.xml

    r85171088 r2946338a  
    139139        <application>libusb</application> backend and the usblp kernel
    140140        driver. If you want to use <application>Cups</application> with
    141         <application>libusb</application> <emphasis>do not</emphasis>
     141        <application>libusb</application>, <emphasis>do not</emphasis>
    142142        enable USB Printer support in your kernel.
    143143      </para>
     
    145145
    146146    <para>
    147       If you want to use the kernel usblp driver enable the following
     147      If you want to use the kernel usblp driver, enable the following
    148148      options in your kernel configuration and recompile the kernel:
    149149    </para>
     
    159159
    160160    <para>
    161       If you have a parallel printer enable the following options in your
     161      If you have a parallel printer, enable the following options in your
    162162      kernel configuration and recompile the kernel:
    163163    </para>
     
    180180
    181181    <para>
    182       You will need to add the <systemitem class="username">lp</systemitem>
     182      You will need to add an <systemitem class="username">lp</systemitem>
    183183      user, as <application>Cups</application> will create some files owned
    184184      by this user. (The <systemitem class="username">lp</systemitem> user
     
    192192
    193193    <para>
    194       You will also need dedicated group that will contain users allowed to
     194      You will also need a dedicated group that will contain users allowed to
    195195      do <application>Cups</application> administrative tasks. Add the group
    196196      by running the following command as the
     
    201201
    202202    <para>
    203       If you want to add an user to the <application>Cups</application>
     203      If you want to add a user to the <application>Cups</application>
    204204      administrative group, run the following command as the
    205205      <systemitem class="username">root</systemitem> user:
     
    270270
    271271    <para>
    272       Create basic <application>Cups</application> client configuration
     272      Create a basic <application>Cups</application> client configuration
    273273      file by running the following command as the
    274274      <systemitem class="username">root</systemitem> user:
     
    278278
    279279    <para>
    280       Remove filters that are now part of <application>Cups Filters</application>
     280      Remove filters that are now part of the <application>Cups Filters</application>
    281281      package by running the following commands as the
    282282      <systemitem class="username">root</systemitem> user:
     
    286286rm -rf /usr/share/cups/data/testprint</userinput></screen>
    287287
     288    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     289      href="../../xincludes/gtk-update-icon-cache.xml"/>
    288290  </sect2>
    289291
     
    293295    <para>
    294296      <parameter>--with-rcdir=/tmp/cupsinit</parameter>: This switch tells
    295       build process to install the shipped bootscript into
     297      the build process to install the shipped bootscript into
    296298      <filename class="directory">/tmp</filename> instead of
    297299      <filename class="directory">/etc/rc.d</filename>.
    298300    </para>
    299301
    300 <!-- There isn't any class="group" so I had to use class="username" here -->
    301302    <para>
    302303      <parameter>--with-system-groups=lpadmin</parameter>: This switch ensures
    303       that only <systemitem class="username">lpadmin</systemitem> will be used as
     304      that only <systemitem class="groupname">lpadmin</systemitem> will be used as
    304305      the <application>Cups</application> administrative group.
    305306    </para>
     
    317318
    318319    <para>
    319       <option>--disable-gnutls --enable-openssl</option>: This switch tells build
     320      <option>--disable-gnutls --enable-openssl</option>: This switch tells the build
    320321      process to use <xref linkend="openssl"/> instead of <xref linkend="gnutls"/>.
    321       Current version of <application>GnuTLS</application> might produce lot of
     322      The current version of <application>GnuTLS</application> might produce lot of
    322323      warnings during the <application>Cups</application> build.
    323324    </para>
     
    362363      <para>
    363364        If you have built <application>Cups</application> with
    364         <application>PAM</application> support, create
     365        <application>PAM</application> support, create a
    365366        BLFS specific <application>PAM</application>
    366367        configuration file by running the following command as
     
    385386
    386387      <para>
    387         If you want the <application>Cups</application> to start
     388        If you want the <application>Cups</application> print service to start
    388389        automatically when the system is booted, install the init
    389390        script included in the <xref linkend="bootscripts"/>
Note: See TracChangeset for help on using the changeset viewer.