source: pst/printing/cups.xml@ 852554e1

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
Last change on this file since 852554e1 was 852554e1, checked in by Krejzi <krejzi@…>, 12 years ago

Some more fixes to cups page.

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

  • Property mode set to 100644
File size: 24.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY cups-download-http "http://ftp.easysw.com/pub/cups/&cups-version;/cups-&cups-version;-source.tar.bz2">
8 <!ENTITY cups-download-ftp "ftp://ftp.easysw.com/pub/cups/&cups-version;/cups-&cups-version;-source.tar.bz2">
9 <!ENTITY cups-md5sum "87ade07e3d1efd03c9c3add949cf9c00">
10 <!ENTITY cups-size "7.9 MB">
11 <!ENTITY cups-buildsize "90 MB">
12 <!ENTITY cups-time "1.2 SBU">
13]>
14
15<sect1 id="cups" xreflabel="Cups-&cups-version;">
16 <?dbhtml filename="cups.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Cups-&cups-version;</title>
24
25 <indexterm zone="cups">
26 <primary sortas="a-Cups">Cups</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Cups</title>
31
32 <para>
33 The Common Unix Printing System (CUPS) is a print spooler and
34 associated utilities. It is based on the "Internet Printing
35 Protocol" and provides printing services to most PostScript
36 and raster printers.
37 </para>
38
39 &lfs71_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&cups-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&cups-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &cups-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &cups-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &cups-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &cups-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
76 <itemizedlist spacing="compact">
77 <listitem>
78 <para>
79 Required patch:
80 <ulink url="&patch-root;/cups-&cups-version;-upstream-fixes-1.patch"/>
81 </para>
82 </listitem>
83 </itemizedlist>
84
85 <bridgehead renderas="sect3">Cups Dependencies</bridgehead>
86
87 <bridgehead renderas="sect4">Recommended</bridgehead>
88 <para role="recommended">
89 <xref linkend="colord"/>,
90 <xref linkend="dbus"/> and
91 <xref linkend="libusb"/>
92 </para>
93
94 <bridgehead renderas="sect4">Optional</bridgehead>
95 <para role="optional">
96 <xref linkend="acl"/>,
97 <xref linkend="avahi"/>,
98 <xref linkend="gnutls"/> or <xref linkend="openssl"/>,
99 <ulink
100 url="http://packages.debian.org/source/sid/libpaper">libpaper</ulink>,
101 <xref linkend="linux-pam"/>,
102 <xref linkend="mitkrb"/>,
103 <xref linkend="openjdk"/>,
104 <xref linkend="php"/>,
105 <xref linkend="python2"/>,
106 <!-- <ulink url="http://valgrind.org/">Valgrind</ulink>
107 (optionaly used during the test suites) -->and
108 <xref linkend="xdg-utils"/>
109 </para>
110
111 <para condition="html" role="usernotes">User Notes:
112 <ulink url="&blfs-wiki;/cups"/>
113 </para>
114 </sect2>
115
116 <sect2 role="kernel" id="cups-kernel">
117 <title>Kernel Configuration</title>
118
119 <note>
120 <para>
121 There is a conflict between the <application>Cups</application>
122 <application>libusb</application> backend and the usblp kernel
123 driver. If you want to use <application>Cups</application> with
124 <application>libusb</application> <emphasis>do not</emphasis>
125 enable USB Printer support in your kernel.
126 </para>
127 </note>
128
129 <para>
130 If you want to use the kernel usblp driver enable the following
131 options in your kernel configuration and recompile the kernel:
132 </para>
133
134<screen>Device Drivers ---&gt;
135 [*] USB support ---&gt;
136...
137Enable support for either UHCI or OHCI, not both:
138 [*] OHCI HCD support
139 [*] UHCI HCD (most Intel and VIA) support
140...
141 [*] USB Printer support</screen>
142
143 <para>
144 If you have a parallel printer enable the following options in your
145 kernel configuration and recompile the kernel:
146 </para>
147
148<screen><literal>Device Drivers ---&gt;
149 [*] Parallel port support ---&gt;
150 [*] PC-style hardware
151...
152 Character devices ---&gt;
153 [*] Parallel printer support</literal></screen>
154
155 <indexterm zone="cups cups-kernel">
156 <primary sortas="d-cups">cups</primary>
157 </indexterm>
158
159 </sect2>
160
161 <sect2 role="installation">
162 <title>Installation of Cups</title>
163
164 <para>
165 You will need to add the <systemitem class="username">lp</systemitem>
166 user, as <application>Cups</application> will create some files owned
167 by this user. (The <systemitem class="username">lp</systemitem> user
168 is the default used by <application>Cups</application>, but may be
169 changed to a different user by passing a parameter to the
170 <command>configure</command> script.) Use the following command as
171 the <systemitem class="username">root</systemitem> user:
172 </para>
173
174<screen role="root"><userinput>useradd -c "Print Service User" -d /var/spool/cups -g lp -s /bin/false -u 9 lp</userinput></screen>
175
176 <para>
177 You will also need dedicated group that will contain users allowed to
178 do <application>Cups</application> administrative tasks. Add the group
179 by running the following command as the
180 <systemitem class="username">root</systemitem> user:
181 </para>
182
183<screen role="root"><userinput>groupadd -g 19 lpadmin</userinput></screen>
184
185 <para>
186 If you want to add an user to the <application>Cups</application>
187 administrative group, run the following command as the
188 <systemitem class="username">root</systemitem> user:
189 </para>
190
191<screen role="root"><userinput>usermod -a -G lpadmin <replaceable>&lt;username&gt;</replaceable></userinput></screen>
192
193 <para>
194 If you didn't install <xref linkend="xdg-utils"/>, use the following
195 <command>sed</command> to change the default browser that will be used
196 to access the <application>Cups</application> web interface:
197 </para>
198
199<screen><userinput>sed -i 's#@CUPS_HTMLVIEW@#firefox#' desktop/cups.desktop.in</userinput></screen>
200
201 <para>
202 Replace <command>firefox</command> with the web browser of your
203 choice.
204 </para>
205
206 <para>
207 Install <application>Cups</application> by running the
208 following commands:
209 </para>
210
211 <!-- docdir is also document root for cups administration interface, so
212 let's just put it in /usr/share/cups/doc and create symlink in
213 /usr/share/doc -->
214<screen><userinput>sed -e "s|MAN1EXT=1.gz|MAN1EXT=1|g" \
215 -e "s|MAN5EXT=5.gz|MAN5EXT=5|g" \
216 -e "s|MAN7EXT=7.gz|MAN7EXT=7|g" \
217 -e "s|MAN8EXT=8.gz|MAN8EXT=8|g" \
218 -i configure &amp;&amp;
219patch -Np1 -i ../cups-&cups-version;-upstream-fixes-1.patch &amp;&amp;
220./configure --with-rcdir=/tmp/cupsinit \
221 --with-docdir=/usr/share/cups/doc \
222 --with-system-groups=lpadmin &amp;&amp;
223make</userinput></screen>
224
225 <para>
226 This package does not have working testsuite.
227 </para>
228
229<!-- Testsuite is broken. It fails at colord tests, and before that I get
230 lot of "document format not supported".
231
232 <para>
233 To test the results, issue: <command>make check</command>. This will
234 run a basic test suite without any load testing. If you wish to run
235 the tests specifying non-default parameters, issue:
236 <command>make test</command>. Note that the <quote>torture load
237 testing</quote> test uses more resources than those displayed in the
238 prompt.
239 </para>
240-->
241
242 <para>
243 Now, as the <systemitem class="username">root</systemitem>
244 user:
245 </para>
246
247<screen role="root"><userinput>make install &amp;&amp;
248rm -rf /tmp/cupsinit &amp;&amp;
249ln -sv ../cups/doc /usr/share/doc/cups-&cups-version;</userinput></screen>
250
251<!-- Not all raw usb printer device nodes have root:lp owner. -->
252 <para>
253 If you have built <application>Cups</application> with
254 <application>libusb</application> support, fix the
255 backend permissions so that it will be executed as the
256 <systemitem class="username">root</systemitem> user.
257 Run the following command as the
258 <systemitem class="username">root</systemitem> user:
259 </para>
260
261<screen role="root"><userinput>chmod -v 744 /usr/lib/cups/backend/usb</userinput></screen>
262
263 </sect2>
264
265 <sect2 role="commands">
266 <title>Command Explanations</title>
267
268 <para>
269 <parameter>--with-rcdir=/tmp/cupsinit</parameter>: This switch tells
270 build process to install the shipped bootscript into
271 <filename class="directory">/tmp</filename> instead of
272 <filename class="directory">/etc/rc.d</filename>.
273 </para>
274
275<!-- There isn't any class="group" so I had to use class="username" here -->
276 <para>
277 <parameter>--with-system-groups=lpadmin</parameter>: This switch ensures
278 that only <systemitem class="username">lpadmin</systemitem> will be used as
279 the <application>Cups</application> administrative group.
280 </para>
281
282 <para>
283 <option>--disable-libusb</option>: Use this switch if you have installed
284 <xref linkend="libusb"/>, but wish to use the kernel usblp driver.
285 </para>
286
287 <para>
288 <option>--enable-libpaper</option>: Use this switch if you have installed
289 <application>libpaper</application> and wish to use it with
290 <application>Cups</application>.
291 </para>
292
293 <para>
294 <option>--disable-gnutls --enable-openssl</option>: This switch tells build
295 process to use <xref linkend="openssl"/> instead of <xref linkend="gnutls"/>.
296 Current version of <application>GnuTLS</application> might produce lot of
297 warnings during the <application>Cups</application> build.
298 </para>
299
300 </sect2>
301
302 <sect2 role="configuration">
303 <title>Configuring Cups</title>
304
305 <para>
306 Configuration of <application>Cups</application> is dependent on
307 the type of printer and can be complex. Generally, PostScript printers
308 are easier. For detailed instructions on configuration and use of
309 <application>Cups</application>, see <ulink
310 url="http://www.cups.org/documentation.php"/>. The Software
311 Administrators Manual and Software Users Manual are particularly useful.
312 </para>
313
314 <para>
315 For non-PostScript printers to print with
316 <application>Cups</application>, you need to install <xref linkend="gs"/>
317 to convert PostScript to raster images and a driver (e.g., from
318 <xref linkend="gutenprint"/>) to convert the resulting raster images to a
319 form that the printer understands.
320 <ulink url="http://www.linuxprinting.org/foomatic.html">Foomatic</ulink>
321 drivers use Ghostscript to convert PostScript to a printable form directly,
322 but this is considered to be a hack by <application>Cups</application>
323 developers.
324 </para>
325
326 <sect3>
327 <title>Linux PAM Configuration</title>
328
329 <para>
330 The default <application>Cups</application>
331 <application>PAM</application> configuration file should
332 work by default. However, it does not make use of the
333 BLFS specific <application>PAM</application>
334 configuration files.
335 </para>
336
337 <para>
338 If you have built <application>Cups</application> with
339 <application>PAM</application> support, create
340 BLFS specific <application>PAM</application>
341 configuration file by running the following command as
342 the <systemitem class="username">root</systemitem> user:
343 </para>
344
345<screen role="root"><userinput>cat &gt;&gt; /etc/pam.d/cups &lt;&lt; "EOF"
346# Begin /etc/pam.d/cups
347
348auth include system-auth
349account include system-account
350session include system-session
351
352# End /etc/pam.d/cups
353EOF</userinput></screen>
354
355 </sect3>
356
357 <sect3 id="cups-init">
358 <title>Boot Script</title>
359
360 <para>
361 If you want the <application>Cups</application> to start
362 automatically when the system is booted, install the init
363 script included in the <xref linkend="bootscripts"/>
364 package:
365 </para>
366
367 <indexterm zone="cups cups-init">
368 <primary sortas="f-cups">cups</primary>
369 </indexterm>
370
371<screen role="root"><userinput>make install-cups</userinput></screen>
372
373 </sect3>
374
375 </sect2>
376
377 <sect2 role="content">
378 <title>Contents</title>
379
380 <segmentedlist>
381 <segtitle>Installed Programs</segtitle>
382 <segtitle>Installed Libraries</segtitle>
383 <segtitle>Installed Directories</segtitle>
384
385 <seglistitem>
386 <seg>
387 accept, cancel, cupsaccept, cupsaddsmb, cups-config,
388 cupsctl, cupsd, cupsdisable, cupsenable, cupsfilter,
389 cupsreject, cupstestdsc, cupstestppd, ipptool, lp,
390 lpadmin, lpc, lpinfo, lpmove, lpoptions, lppasswd,
391 lpq, lpr, lprm, lpstat, ppdc, ppdhtml, ppdi, ppdmerge,
392 ppdpo and reject
393 </seg>
394 <seg>
395 libcupscgi.so, libcupsimage.so, libcupsmime.so,
396 libcupsppdc.so and libcups.so
397 </seg>
398 <seg>
399 /etc/cups,
400 /usr/include/cups,
401 /usr/lib/cups,
402 /usr/share/cups,
403 /usr/share/doc/cups-&cups-version;,
404 /var/cache/cups,
405 /var/log/cups,
406 /var/run/cups and
407 /var/spool/cups
408 </seg>
409 </seglistitem>
410 </segmentedlist>
411
412 <variablelist>
413 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
414 <?dbfo list-presentation="list"?>
415 <?dbhtml list-presentation="table"?>
416
417 <varlistentry id="accept">
418 <term><command>accept</command></term>
419 <listitem>
420 <para>
421 instructs the printing system to accept print jobs to the
422 specified destinations.
423 </para>
424 <indexterm zone="cups accept">
425 <primary sortas="b-accept">accept</primary>
426 </indexterm>
427 </listitem>
428 </varlistentry>
429
430 <varlistentry id="cancel-cups">
431 <term><command>cancel</command></term>
432 <listitem>
433 <para>
434 cancels existing print jobs from the print queues.
435 </para>
436 <indexterm zone="cups cancel-cups">
437 <primary sortas="b-cancel">cancel</primary>
438 </indexterm>
439 </listitem>
440 </varlistentry>
441
442 <varlistentry id="cupsaddsmb">
443 <term><command>cupsaddsmb</command></term>
444 <listitem>
445 <para>
446 exports printers to the <application>Samba</application>
447 software for use with Windows clients.
448 </para>
449 <indexterm zone="cups cupsaddsmb">
450 <primary sortas="b-cupsaddsmb">cupsaddsmb</primary>
451 </indexterm>
452 </listitem>
453 </varlistentry>
454
455 <varlistentry id="cups-config">
456 <term><command>cups-config</command></term>
457 <listitem>
458 <para>
459 is a <application>Cups</application>
460 program configuration utility.
461 </para>
462 <indexterm zone="cups cups-config">
463 <primary sortas="b-cups-config">cups-config</primary>
464 </indexterm>
465 </listitem>
466 </varlistentry>
467
468 <varlistentry id="cupsctl">
469 <term><command>cupsctl</command></term>
470 <listitem>
471 <para>
472 updates or queries the cupsd.conf file for a server.
473 </para>
474 <indexterm zone="cups cupsctl">
475 <primary sortas="b-cupsctl">cupsctl</primary>
476 </indexterm>
477 </listitem>
478 </varlistentry>
479
480 <varlistentry id="cupsd">
481 <term><command>cupsd</command></term>
482 <listitem>
483 <para>
484 is the scheduler for the Common Unix Printing System.
485 </para>
486 <indexterm zone="cups cupsd">
487 <primary sortas="b-cupsd">cupsd</primary>
488 </indexterm>
489 </listitem>
490 </varlistentry>
491
492 <varlistentry id="cupsfilter">
493 <term><command>cupsfilter</command></term>
494 <listitem>
495 <para>
496 is a front-end to the <application>Cups</application>
497 filter subsystem which allows you to convert a file
498 to a specific format.
499 </para>
500 <indexterm zone="cups cupsfilter">
501 <primary sortas="b-cupsfilter">cupsfilter</primary>
502 </indexterm>
503 </listitem>
504 </varlistentry>
505
506 <varlistentry id="cupstestdsc">
507 <term><command>cupstestdsc</command></term>
508 <listitem>
509 <para>
510 tests the conformance of PostScript files.
511 </para>
512 <indexterm zone="cups cupstestdsc">
513 <primary sortas="b-cupstestdsc">cupstestdsc</primary>
514 </indexterm>
515 </listitem>
516 </varlistentry>
517
518 <varlistentry id="cupstestppd">
519 <term><command>cupstestppd</command></term>
520 <listitem>
521 <para>
522 tests the conformance of PPD files.
523 </para>
524 <indexterm zone="cups cupstestppd">
525 <primary sortas="b-cupstestppd">cupstestppd</primary>
526 </indexterm>
527 </listitem>
528 </varlistentry>
529
530 <varlistentry id="ipptool">
531 <term><command>ipptool</command></term>
532 <listitem>
533 <para>
534 sends IPP requests to the specified URI and tests
535 and/or displays the results.
536 </para>
537 <indexterm zone="cups ipptool">
538 <primary sortas="b-ipptool">ipptool</primary>
539 </indexterm>
540 </listitem>
541 </varlistentry>
542
543 <varlistentry id="lp-cups">
544 <term><command>lp</command></term>
545 <listitem>
546 <para>
547 submits files for printing or alters a pending job.
548 </para>
549 <indexterm zone="cups lp-cups">
550 <primary sortas="b-lp">lp</primary>
551 </indexterm>
552 </listitem>
553 </varlistentry>
554
555 <varlistentry id="lpadmin">
556 <term><command>lpadmin</command></term>
557 <listitem>
558 <para>
559 configures printer and class queues provided by
560 <application>Cups</application>.
561 </para>
562 <indexterm zone="cups lpadmin">
563 <primary sortas="b-lpadmin">lpadmin</primary>
564 </indexterm>
565 </listitem>
566 </varlistentry>
567
568 <varlistentry id="lpc-cups">
569 <term><command>lpc</command></term>
570 <listitem>
571 <para>
572 provides limited control over printer and class queues
573 provided by <application>Cups</application>.
574 </para>
575 <indexterm zone="cups lpc-cups">
576 <primary sortas="b-lpc">lpc</primary>
577 </indexterm>
578 </listitem>
579 </varlistentry>
580
581 <varlistentry id="lpinfo">
582 <term><command>lpinfo</command></term>
583 <listitem>
584 <para>
585 lists the available devices or drivers known to the
586 <application>Cups</application> server.
587 </para>
588 <indexterm zone="cups lpinfo">
589 <primary sortas="b-lpinfo">lpinfo</primary>
590 </indexterm>
591 </listitem>
592 </varlistentry>
593
594 <varlistentry id="lpmove">
595 <term><command>lpmove</command></term>
596 <listitem>
597 <para>
598 moves the specified job to a new destination.
599 </para>
600 <indexterm zone="cups lpmove">
601 <primary sortas="b-lpmove">lpmove</primary>
602 </indexterm>
603 </listitem>
604 </varlistentry>
605
606 <varlistentry id="lpoptions">
607 <term><command>lpoptions</command></term>
608 <listitem>
609 <para>
610 displays or sets printer options and defaults.
611 </para>
612 <indexterm zone="cups lpoptions">
613 <primary sortas="b-lpoptions">lpoptions</primary>
614 </indexterm>
615 </listitem>
616 </varlistentry>
617
618 <varlistentry id="lppasswd">
619 <term><command>lppasswd</command></term>
620 <listitem>
621 <para>
622 adds, changes or deletes passwords in the
623 <application>Cups</application> digest password file
624 <filename>passwd.md5</filename>.
625 </para>
626 <indexterm zone="cups lppasswd">
627 <primary sortas="b-lppasswd">lppasswd</primary>
628 </indexterm>
629 </listitem>
630 </varlistentry>
631
632 <varlistentry id="lpq-cups">
633 <term><command>lpq</command></term>
634 <listitem>
635 <para>
636 shows the current print queue status on the named printer.
637 </para>
638 <indexterm zone="cups lpq-cups">
639 <primary sortas="b-lpq">lpq</primary>
640 </indexterm>
641 </listitem>
642 </varlistentry>
643
644 <varlistentry id="lpr-cups">
645 <term><command>lpr</command></term>
646 <listitem>
647 <para>
648 submits files for printing.
649 </para>
650 <indexterm zone="cups lpr-cups">
651 <primary sortas="b-lpr">lpr</primary>
652 </indexterm>
653 </listitem>
654 </varlistentry>
655
656 <varlistentry id="lprm-cups">
657 <term><command>lprm</command></term>
658 <listitem>
659 <para>
660 cancels print jobs that have been queued for printing.
661 </para>
662 <indexterm zone="cups lprm-cups">
663 <primary sortas="b-lprm">lprm</primary>
664 </indexterm>
665 </listitem>
666 </varlistentry>
667
668 <varlistentry id="lpstat-cups">
669 <term><command>lpstat</command></term>
670 <listitem>
671 <para>
672 displays status information about the current classes, jobs,
673 and printers.
674 </para>
675 <indexterm zone="cups lpstat-cups">
676 <primary sortas="b-lpstat">lpstat</primary>
677 </indexterm>
678 </listitem>
679 </varlistentry>
680
681 <varlistentry id="ppdc">
682 <term><command>ppdc</command></term>
683 <listitem>
684 <para>
685 compiles PPDC source files into one or more PPD files.
686 </para>
687 <indexterm zone="cups ppdc">
688 <primary sortas="b-ppdc">ppdc</primary>
689 </indexterm>
690 </listitem>
691 </varlistentry>
692
693 <varlistentry id="ppdhtml">
694 <term><command>ppdhtml</command></term>
695 <listitem>
696 <para>
697 reads a driver information file and produces a HTML summary
698 page that lists all of the drivers in a file and the
699 supported options.
700 </para>
701 <indexterm zone="cups ppdhtml">
702 <primary sortas="b-ppdhtml">ppdhtml</primary>
703 </indexterm>
704 </listitem>
705 </varlistentry>
706
707 <varlistentry id="ppdi">
708 <term><command>ppdi</command></term>
709 <listitem>
710 <para>
711 imports one or more PPD files into a PPD compiler source file.
712 </para>
713 <indexterm zone="cups ppdi">
714 <primary sortas="b-ppdi">ppdi</primary>
715 </indexterm>
716 </listitem>
717 </varlistentry>
718
719 <varlistentry id="ppdmerge">
720 <term><command>ppdmerge</command></term>
721 <listitem>
722 <para>
723 merges two or more PPD files into a single, multi-language
724 PPD file.
725 </para>
726 <indexterm zone="cups ppdmerge">
727 <primary sortas="b-ppdmerge">ppdmerge</primary>
728 </indexterm>
729 </listitem>
730 </varlistentry>
731
732 <varlistentry id="ppdpo">
733 <term><command>ppdpo</command></term>
734 <listitem>
735 <para>
736 extracts UI strings from PPDC source files and
737 updates either a GNU gettext or Mac OS X strings
738 format message catalog source file for translation.
739 </para>
740 <indexterm zone="cups ppdpo">
741 <primary sortas="b-ppdpo">ppdpo</primary>
742 </indexterm>
743 </listitem>
744 </varlistentry>
745
746 <varlistentry id="reject">
747 <term><command>reject</command></term>
748 <listitem>
749 <para>
750 instructs the printing system to reject print jobs to the
751 specified destinations.
752 </para>
753 <indexterm zone="cups reject">
754 <primary sortas="b-reject">reject</primary>
755 </indexterm>
756 </listitem>
757 </varlistentry>
758
759 <varlistentry id="libcups">
760 <term><filename class="libraryfile">libcups.so</filename></term>
761 <listitem>
762 <para>
763 contains the <application>Cups</application> API functions.
764 </para>
765 <indexterm zone="cups libcups">
766 <primary sortas="c-libcups">libcups.so</primary>
767 </indexterm>
768 </listitem>
769 </varlistentry>
770
771 </variablelist>
772
773 </sect2>
774
775</sect1>
Note: See TracBrowser for help on using the repository browser.