Changeset 298ebb8


Ignore:
Timestamp:
04/10/2005 04:51:53 AM (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.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:
e87ad87
Parents:
b9d1118
Message:

Updated build entities and added indexing tags to CUPS instructions

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rb9d1118 r298ebb8  
    1 <!ENTITY day          "09">
     1<!ENTITY day          "10">
    22<!ENTITY month        "04">
    33<!ENTITY year         "2005">
  • pst/printing/cups.xml

    rb9d1118 r298ebb8  
    88  <!ENTITY cups-md5sum        "4ce09b1dce09b6b9398af0daae9adf63">
    99  <!ENTITY cups-size          "8.7 MB">
    10   <!ENTITY cups-buildsize     "46 MB">
    11   <!ENTITY cups-time          "0.54 SBU (additional 69 SBU to run full test suite)">
     10  <!ENTITY cups-buildsize     "48 MB">
     11  <!ENTITY cups-time          "0.52 SBU (additional 69 SBU to run full test suite)">
    1212]>
    1313
     
    1919<?dbhtml filename="cups.html"?>
    2020<title>CUPS-&cups-version;</title>
     21<indexterm zone="cups">
     22<primary sortas="a-CUPS">CUPS</primary></indexterm>
    2123
    2224<sect2>
     
    9698
    9799<screen><userinput><command>./configure &amp;&amp;
    98 make &amp;&amp;
    99 make install</command></userinput></screen>
     100make</command></userinput></screen>
     101
     102<para>Now, as the root user:</para>
     103
     104<screen><userinput role='root'><command>make install</command></userinput></screen>
    100105
    101106</sect2>
     
    134139<application><acronym>CUPS</acronym></application> developers.</para>
    135140
    136 <para>During the install, <application><acronym>CUPS</acronym></application>
     141<para id="cups-init">During the install,
     142<application><acronym>CUPS</acronym></application>
    137143created the startup file <command>/etc/rc.d/init.d/cups</command>. The file
    138144works, but you may want to change it to a more conventional
    139145<acronym>LFS</acronym> startup file by installing the script included in the
    140146<xref linkend="intro-important-bootscripts"/> package:</para>
     147<indexterm zone="cups cups-init">
     148<primary sortas="f-cups">cups</primary></indexterm>
    141149
    142150<screen><userinput><command>make install-cups</command></userinput></screen>
     
    147155<title>Contents</title>
    148156
    149 <para><application><acronym>CUPS</acronym></application> provides
    150 <command>accept</command>,
    151 <command>cupsaddsmb</command>,
    152 <command>cupsd</command>,
    153 <command>cupstestppd</command>,
    154 <command>lpadmin</command>,
    155 <command>lpc</command>,
    156 <command>lpinfo</command>,
    157 <command>lpmove</command>,
    158 <command>reject</command>,
    159 <command>cancel</command>,
    160 <command>cups-config</command>,
    161 <command>disable</command>,
    162 <command>enable</command>,
    163 <command>lp</command>,
    164 <command>lpoptions</command>,
    165 <command>lppasswd</command>,
    166 <command>lpq</command>,
    167 <command>lpr</command>,
    168 <command>lprm</command>,
    169 <command>lpstat</command>,
    170 <filename class="libraryfile">libcups</filename>,
    171 <filename class="libraryfile">libcupsimage</filename> and various
    172 scripts and filters.</para>
    173 
    174 <sect3><title>lpc</title>
    175 <para><command>lpc</command> provides limited control over printer
    176 and class queues provided by <application><acronym>CUPS</acronym>
    177 </application>.
    178 </para></sect3>
    179 
    180 <sect3><title>cupsd</title>
    181 <para><command>cupsd</command> is the scheduler for the Common Unix Printing
    182 System.
    183 </para></sect3>
    184 
    185 <sect3><title>accept</title>
    186 <para><command>accept</command> instructs the printing system to accept print
    187 jobs to the specified destinations.
    188 </para></sect3>
    189 
    190 <sect3><title>reject</title>
    191 <para><command>reject</command> instructs the printing system to
    192 reject print jobs to the specified destinations.
    193 </para></sect3>
    194 
    195 <sect3><title>cupsaddsmb</title>
    196 <para><command>cupsaddsmb</command> exports printers to the SAMBA software for
    197 use with Windows clients.
    198 </para></sect3>
    199 
    200 <sect3><title>lpadmin</title>
    201 <para><command>lpadmin</command> configures printer and class queues provided
    202 by <acronym>CUPS</acronym>.
    203 </para></sect3>
    204 
    205 <sect3><title>lpinfo</title>
    206 <para><command>lpinfo</command> lists the available devices or drivers known to
    207 the <acronym>CUPS</acronym> server.
    208 </para></sect3>
    209 
    210 <sect3><title>lpmove</title>
    211 <para><command>lpmove</command> moves the specified job to a new destination.
    212 </para></sect3>
    213 
    214 <sect3><title>cupstestppd</title>
    215 <para><command>cupstestppd</command> tests the conformance of
    216 <filename>PPD</filename> files.
    217 </para></sect3>
    218 
    219 <sect3><title>lpq</title>
    220 <para><command>lpq</command> shows the current print queue status on the named
    221 printer.
    222 </para></sect3>
    223 
    224 <sect3><title>lpr</title>
    225 <para><command>lpr</command> submits files for printing.
    226 </para></sect3>
    227 
    228 <sect3><title>lprm</title>
    229 <para><command>lprm</command> cancels print jobs that have been queued for
    230 printing.
    231 </para></sect3>
    232 
    233 <sect3><title>cancel</title>
    234 <para><command>cancel</command> cancels existing print jobs.
    235 </para></sect3>
    236 
    237 <sect3><title>disable</title>
    238 <para><command>disable</command> stops the named printers or classes.
    239 </para></sect3>
    240 
    241 <sect3><title>enable</title>
    242 <para><command>enable</command> starts the named printers or classes.
    243 </para></sect3>
    244 
    245 <sect3><title>lp</title>
    246 <para><command>lp</command> submits files for printing or alters a pending job.
    247 </para></sect3>
    248 
    249 <sect3><title>lpoptions</title>
    250 <para><command>lpoptions</command> displays or sets printer options and
    251 defaults.
    252 </para></sect3>
    253 
    254 <sect3><title>lpstat</title>
    255 <para><command>lpstat</command> displays status information about the
    256 current classes, jobs, and printers.</para></sect3>
    257 
    258 <sect3><title>lppasswd</title>
    259 <para><command>lppasswd</command> adds, changes or deletes passwords in
    260 the <application><acronym>CUPS</acronym></application> digest password file
    261 <filename>passwd.md5</filename>.
    262 </para></sect3>
    263 
    264 <sect3><title>cups-config</title>
    265 <para><command>cups-config</command> is the <application><acronym>CUPS
    266 </acronym></application> program configuration utility.
    267 </para></sect3>
     157<segmentedlist>
     158<segtitle>Installed Programs</segtitle>
     159<segtitle>Installed Libraries</segtitle>
     160<segtitle>Installed Directories</segtitle>
     161
     162<seglistitem>
     163<seg>accept, cancel, cups-config, cupsaddsmb, cupsd, cupstestppd, disable,
     164enable, lp, lpadmin, lpc, lpinfo, lpmove, lpoptions, lppasswd, lpq, lpr,
     165lprm, lpstat and reject</seg>
     166<seg>libcups.[so,a], libcupsimage.[so,a] and various filters and backend
     167drivers</seg>
     168<seg>/etc/cups, /usr/include/cups, /usr/lib/cups, /usr/share/doc/cups,
     169/usr/share/cups, /var/log/cups and /var/spool/cups</seg>
     170</seglistitem>
     171</segmentedlist>
     172
     173<variablelist>
     174<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     175<?dbfo list-presentation="list"?>
     176
     177<varlistentry id="accept">
     178<term><command>accept</command></term>
     179<listitem><para>instructs the printing system to accept print jobs to the
     180specified destinations.</para>
     181<indexterm zone="cups accept">
     182<primary sortas="b-accept">accept</primary>
     183</indexterm></listitem>
     184</varlistentry>
     185
     186<varlistentry id="cancel-cups">
     187<term><command>cancel</command></term>
     188<listitem><para>cancels existing print jobs from the print queues.</para>
     189<indexterm zone="cups cancel-cups">
     190<primary sortas="b-cancel">cancel</primary>
     191</indexterm></listitem>
     192</varlistentry>
     193
     194<varlistentry id="cups-config">
     195<term><command>cups-config</command></term>
     196<listitem><para>is a <application><acronym>CUPS</acronym></application>
     197program configuration utility.</para>
     198<indexterm zone="cups cups-config">
     199<primary sortas="b-cups-config">cups-config</primary>
     200</indexterm></listitem>
     201</varlistentry>
     202
     203<varlistentry id="cupsaddsmb">
     204<term><command>cupsaddsmb</command></term>
     205<listitem><para>exports printers to the <application>Samba</application>
     206software for use with Windows clients.</para>
     207<indexterm zone="cups cupsaddsmb">
     208<primary sortas="b-cupsaddsmb">cupsaddsmb</primary>
     209</indexterm></listitem>
     210</varlistentry>
     211
     212<varlistentry id="cupsd">
     213<term><command>cupsd</command></term>
     214<listitem><para>is the scheduler for the Common Unix Printing System.</para>
     215<indexterm zone="cups cupsd">
     216<primary sortas="b-cupsd">cupsd</primary>
     217</indexterm></listitem>
     218</varlistentry>
     219
     220<varlistentry id="cupstestppd">
     221<term><command>cupstestppd</command></term>
     222<listitem><para>tests the conformance of <filename>PPD</filename> files.</para>
     223<indexterm zone="cups cupstestppd">
     224<primary sortas="b-cupstestppd">cupstestppd</primary>
     225</indexterm></listitem>
     226</varlistentry>
     227
     228<varlistentry id="disable">
     229<term><command>disable</command></term>
     230<listitem><para>stops the named printers or classes.</para>
     231<indexterm zone="cups disable">
     232<primary sortas="b-disable">disable</primary>
     233</indexterm></listitem>
     234</varlistentry>
     235
     236<varlistentry id="enable">
     237<term><command>enable</command></term>
     238<listitem><para>starts the named printers or classes.</para>
     239<indexterm zone="cups enable">
     240<primary sortas="b-enable">enable</primary>
     241</indexterm></listitem>
     242</varlistentry>
     243
     244<varlistentry id="lp-cups">
     245<term><command>lp</command></term>
     246<listitem><para>submits files for printing or alters a pending job.</para>
     247<indexterm zone="cups lp-cups">
     248<primary sortas="b-lp">lp</primary>
     249</indexterm></listitem>
     250</varlistentry>
     251
     252<varlistentry id="lpadmin">
     253<term><command>lpadmin</command></term>
     254<listitem><para>configures printer and class queues provided by
     255<application><acronym>CUPS</acronym></application>.</para>
     256<indexterm zone="cups lpadmin">
     257<primary sortas="b-lpadmin">lpadmin</primary>
     258</indexterm></listitem>
     259</varlistentry>
     260
     261<varlistentry id="lpc-cups">
     262<term><command>lpc</command></term>
     263<listitem><para> provides limited control over printer and class queues
     264provided by <application><acronym>CUPS</acronym></application>.</para>
     265<indexterm zone="cups lpc-cups">
     266<primary sortas="b-lpc">lpc</primary>
     267</indexterm></listitem>
     268</varlistentry>
     269
     270<varlistentry id="lpinfo">
     271<term><command>lpinfo</command></term>
     272<listitem><para>lists the available devices or drivers known to the
     273<application><acronym>CUPS</acronym></application> server.</para>
     274<indexterm zone="cups lpinfo">
     275<primary sortas="b-lpinfo">lpinfo</primary>
     276</indexterm></listitem>
     277</varlistentry>
     278
     279<varlistentry id="lpmove">
     280<term><command>lpmove</command></term>
     281<listitem><para>moves the specified job to a new destination.</para>
     282<indexterm zone="cups lpmove">
     283<primary sortas="b-lpmove">lpmove</primary>
     284</indexterm></listitem>
     285</varlistentry>
     286
     287<varlistentry id="lpoptions">
     288<term><command>lpoptions</command></term>
     289<listitem><para>displays or sets printer options and defaults.</para>
     290<indexterm zone="cups lpoptions">
     291<primary sortas="b-lpoptions">lpoptions</primary>
     292</indexterm></listitem>
     293</varlistentry>
     294
     295<varlistentry id="lppasswd">
     296<term><command>lppasswd</command></term>
     297<listitem><para>adds, changes or deletes passwords in the
     298<application><acronym>CUPS</acronym></application> digest password file
     299<filename>passwd.md5</filename>.</para>
     300<indexterm zone="cups lppasswd">
     301<primary sortas="b-lppasswd">lppasswd</primary>
     302</indexterm></listitem>
     303</varlistentry>
     304
     305<varlistentry id="lpq-cups">
     306<term><command>lpq</command></term>
     307<listitem><para>shows the current print queue status on the named
     308printer.</para>
     309<indexterm zone="cups lpq-cups">
     310<primary sortas="b-lpq">lpq</primary>
     311</indexterm></listitem>
     312</varlistentry>
     313
     314<varlistentry id="lpr-cups">
     315<term><command>lpr</command></term>
     316<listitem><para>submits files for printing.</para>
     317<indexterm zone="cups lpr-cups">
     318<primary sortas="b-lpr">lpr</primary>
     319</indexterm></listitem>
     320</varlistentry>
     321
     322<varlistentry id="lprm-cups">
     323<term><command>lprm</command></term>
     324<listitem><para>cancels print jobs that have been queued for printing.</para>
     325<indexterm zone="cups lprm-cups">
     326<primary sortas="b-lprm">lprm</primary>
     327</indexterm></listitem>
     328</varlistentry>
     329
     330<varlistentry id="lpstat-cups">
     331<term><command>lpstat</command></term>
     332<listitem><para>displays status information about the current classes, jobs,
     333and printers.</para>
     334<indexterm zone="cups lpstat-cups">
     335<primary sortas="b-lpstat">lpstat</primary>
     336</indexterm></listitem>
     337</varlistentry>
     338
     339<varlistentry id="reject">
     340<term><command>reject</command></term>
     341<listitem><para>instructs the printing system to reject print jobs to the
     342specified destinations.</para>
     343<indexterm zone="cups reject">
     344<primary sortas="b-reject">reject</primary>
     345</indexterm></listitem>
     346</varlistentry>
     347</variablelist>
    268348
    269349</sect2>
Note: See TracChangeset for help on using the changeset viewer.