]> 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.\"
6.\" Copyright 2006 by Easy Software Products.
7.\"
8.\" These coded instructions, statements, and computer programs are the
9.\" property of Easy Software Products and are protected by Federal
10.\" copyright law. Distribution and use rights are outlined in the file
11.\" "LICENSE.txt" which should have been included with this file. If this
12.\" file is missing or damaged please contact Easy Software Products
13.\" at:
14.\"
15.\" Attn: CUPS Licensing Information
16.\" Easy Software Products
17.\" 44141 Airport View Drive, Suite 204
18.\" Hollywood, Maryland 20636 USA
19.\"
20.\" Voice: (301) 373-9600
21.\" EMail: cups-info@cups.org
22.\" WWW: http://www.cups.org
23.\"
24.TH subscriptions.conf 5 "Common UNIX Printing System" "30 April 2006" "Easy Software Products"
25.SH NAME
26subscriptions.conf \- subscriptions file for cups
27.SH DESCRIPTION
28The \fIsubscriptions.conf\fR file defines the local subscriptions
29that are active. It is normally located in the \fI/etc/cups\fR
30directory and is generated automatically by the \fIcupsd(8)\fR
31program when subscriptions are created, renewed, or cancelled.
32.LP
33Each line in the file can be a configuration directive, a blank line,
34or a comment. Comment lines start with the # character.
35.SH DIRECTIVES
36.TP 5
37<Subscription NNN> ... </Subscription>
38.br
39Defines a subscription.
40.TP 5
41Events name [ ... name ]
42.br
43Specifies the events that are subscribed.
44.TP 5
45ExpirationTime unix-time
46.br
47Specifies the expiration time of a subscription as a UNIX time
48value in seconds since January 1st, 1970.
49.TP 5
50Interval seconds
51.br
52Specifies the preferred time interval for event notifications in
53seconds.
54.TP 5
55JobId job-id
56.br
57Specifies the job ID associated with the subscription.
58.TP 5
59LeaseDuration seconds
60.br
61Specifies the number of seconds that the subscription is valid
62for. If 0, the subscription does not expire.
63.TP 5
64NextEventId number
65.br
66Specifies the next notify-sequence-number to use for the
67subscription.
68.TP 5
69NextSubscriptionId number
70.br
71Specifies the next subscription-id to use.
72.TP 5
73Owner username
74.br
75Specifies the user that owns the subscription.
76.TP 5
77PrinterName printername
78.br
79Specifies the printer or class associated with the subscription.
80.TP 5
81Recipient uri
82.br
83Specifies the notify-recipient-uri value for push-type notifications.
84.TP 5
85UserData hex-escaped-data
86.br
87Specifies user data to be included in event notifications. This
88is typically the "from" address in mailto: notifications.
89.SH SEE ALSO
90\fIclasses.conf(5)\fR, \fIcupsd(8)\fR, \fIcupsd.conf(5)\fR,
91\fImime.convs(5)\fR, \fImime.types(5)\fR, \fRprinters.conf(5)\fR
92.br
93http://localhost:631/help
94.SH COPYRIGHT
95Copyright 1997-2006 by Easy Software Products, All Rights Reserved.
96.\"
f7faf1f5 97.\" End of "$Id: subscriptions.conf.man 5099 2006-02-13 02:46:10Z mike $".
a74454a7 98.\"