]> git.ipfire.org Git - thirdparty/cups.git/blame - man/subscriptions.conf.man
Load cups into easysw/current.
[thirdparty/cups.git] / man / subscriptions.conf.man
CommitLineData
a74454a7 1.\"
f7faf1f5 2.\" "$Id: subscriptions.conf.man 5099 2006-02-13 02:46:10Z mike $"
a74454a7 3.\"
4.\" subscriptions.conf man page for the Common UNIX Printing System (CUPS).
5.\"
bc44d920 6.\" Copyright 2007 by Apple Inc.
a74454a7 7.\" Copyright 2006 by Easy Software Products.
8.\"
9.\" These coded instructions, statements, and computer programs are the
bc44d920 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/".
a74454a7 14.\"
bc44d920 15.TH subscriptions.conf 5 "Common UNIX Printing System" "30 April 2006" "Apple Inc."
a74454a7 16.SH NAME
17subscriptions.conf \- subscriptions file for cups
18.SH DESCRIPTION
19The \fIsubscriptions.conf\fR file defines the local subscriptions
20that are active. It is normally located in the \fI/etc/cups\fR
21directory and is generated automatically by the \fIcupsd(8)\fR
22program when subscriptions are created, renewed, or cancelled.
23.LP
24Each line in the file can be a configuration directive, a blank line,
25or a comment. Comment lines start with the # character.
26.SH DIRECTIVES
27.TP 5
28<Subscription NNN> ... </Subscription>
29.br
30Defines a subscription.
31.TP 5
32Events name [ ... name ]
33.br
34Specifies the events that are subscribed.
35.TP 5
36ExpirationTime unix-time
37.br
38Specifies the expiration time of a subscription as a UNIX time
39value in seconds since January 1st, 1970.
40.TP 5
41Interval seconds
42.br
43Specifies the preferred time interval for event notifications in
44seconds.
45.TP 5
46JobId job-id
47.br
48Specifies the job ID associated with the subscription.
49.TP 5
50LeaseDuration seconds
51.br
52Specifies the number of seconds that the subscription is valid
53for. If 0, the subscription does not expire.
54.TP 5
55NextEventId number
56.br
57Specifies the next notify-sequence-number to use for the
58subscription.
59.TP 5
60NextSubscriptionId number
61.br
62Specifies the next subscription-id to use.
63.TP 5
64Owner username
65.br
66Specifies the user that owns the subscription.
67.TP 5
68PrinterName printername
69.br
70Specifies the printer or class associated with the subscription.
71.TP 5
72Recipient uri
73.br
74Specifies the notify-recipient-uri value for push-type notifications.
75.TP 5
76UserData hex-escaped-data
77.br
78Specifies user data to be included in event notifications. This
79is typically the "from" address in mailto: notifications.
80.SH SEE ALSO
81\fIclasses.conf(5)\fR, \fIcupsd(8)\fR, \fIcupsd.conf(5)\fR,
82\fImime.convs(5)\fR, \fImime.types(5)\fR, \fRprinters.conf(5)\fR
83.br
84http://localhost:631/help
85.SH COPYRIGHT
bc44d920 86Copyright 2007 by Apple Inc.
a74454a7 87.\"
f7faf1f5 88.\" End of "$Id: subscriptions.conf.man 5099 2006-02-13 02:46:10Z mike $".
a74454a7 89.\"