]> git.ipfire.org Git - thirdparty/cups.git/blob - man/cupsd-helper.man
Update copyrights in man pages.
[thirdparty/cups.git] / man / cupsd-helper.man
1 .\"
2 .\" "$Id$"
3 .\"
4 .\" cupsd-helper man page for CUPS.
5 .\"
6 .\" Copyright 2007-2014 by Apple Inc.
7 .\" Copyright 1997-2006 by Easy Software Products.
8 .\"
9 .\" These coded instructions, statements, and computer programs are the
10 .\" property of Apple Inc. and are protected by Federal copyright
11 .\" law. Distribution and use rights are outlined in the file "LICENSE.txt"
12 .\" which should have been included with this file. If this file is
13 .\" file is missing or damaged, see the license at "http://www.cups.org/".
14 .\"
15 .TH cupsd-helper 8 "CUPS" "15 April 2014" "Apple Inc."
16 .SH NAME
17 cupsd\-helper \- cupsd helper programs
18 .SH SYNOPSIS
19 .B cups\-deviced
20 .I request-id
21 .I limit
22 .I user-id
23 .I options
24 .br
25 .B cups\-driverd
26 .B cat
27 .I ppd-name
28 .br
29 .B cups\-driverd
30 .B list
31 .I request_id
32 .I limit
33 .I options
34 .br
35 .B cups\-exec
36 .I sandbox-profile
37 [
38 .I \-g
39 .I group-id
40 ] [
41 .I \-n
42 .I nice-value
43 ] [
44 .I \-u
45 .I user-id
46 ]
47 .I /path/to/program
48 .I argv0
49 .I ...
50 .I argvN
51 .SH DESCRIPTION
52 The \fBcupsd\-helper\fR programs perform long-running operations on behalf of the scheduler,
53 .BR cupsd (8).
54 The \fBcups-deviced\fR helper program runs each CUPS
55 .BR backend (7)
56 with no arguments in order to discover the available printers.
57 .LP
58 The \fBcups-driverd\fR helper program lists all available printer drivers, a subset of "matching" printer drivers, or a copy of a specific driver PPD file.
59 .LP
60 The \fBcups-exec\fR helper program runs backends, filters, and other programs. On OS X these programs are run in a secure sandbox.
61 .SH FILES
62 The \fBcups-driverd\fR program looks for PPD and driver information files in the following directories:
63 .nf
64
65 \fI/Library/Printers\fR
66 \fI/opt/share/ppd\fR
67 \fI/System/Library/Printers\fR
68 \fI/usr/local/share/ppd\fR
69 \fI/usr/share/cups/drv\fR
70 \fI/usr/share/cups/model\fR
71 \fI/usr/share/ppd\fR
72 .fi
73 .LP
74 PPD files can be compressed using the
75 .BR gzip (1)
76 program or placed in compressed
77 .BR tar (1)
78 archives to further reduce their size.
79 .LP
80 Driver information files must conform to the format defined in
81 .BR ppdcfile (5).
82 .SH SEE ALSO
83 .BR backend (7),
84 .BR cups (1),
85 .BR cupsd (8),
86 .BR cupsd.conf (5),
87 .BR filter (7),
88 .BR ppdcfile (5),
89 CUPS Online Help (http://localhost:631/help)
90 .SH COPYRIGHT
91 Copyright \[co] 2007-2015 by Apple Inc.
92 .\"
93 .\" End of "$Id$".
94 .\"