source: pst/printing/cups.xml@ 23562ea

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 23562ea was ae2cb05, checked in by Ken Moffat <ken@…>, 10 years ago

Update usblp note in cups, add similar kernel config to gutenprint.

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

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