source: pst/printing/cups-systemd.xml@ 7ff0948

systemd-13485
Last change on this file since 7ff0948 was ac38e9dc, checked in by Douglas R. Reno <renodr@…>, 9 years ago

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 af4574ff-66df-0310-9fd7-8a98e5e911e0

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