blob: 94afd211daf7d9c9b9990c6676707a147f80cf0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- SECTION: Man Pages -->
<head>
<link rel="stylesheet" type="text/css" href="../cups-printable.css">
<title>subscriptions.conf(5)</title>
</head>
<body>
<h1 class="title">subscriptions.conf(5)</h1>
<h2 class="title"><a name="NAME">Name</a></h2>
subscriptions.conf - subscriptions file for cups
<h2 class="title"><a name="DESCRIPTION">Description</a></h2>
The <i>subscriptions.conf</i> file defines the local subscriptions
that are active. It is normally located in the <i>/etc/cups</i>
directory and is generated automatically by the <a href='man-cupsd.html?TOPIC=Man+Pages'>cupsd(8)</a>
program when subscriptions are created, renewed, or cancelled.
<p>Each line in the file can be a configuration directive, a blank line,
or a comment. Comment lines start with the # character.
<h2 class="title"><a name="DIRECTIVES">Directives</a></h2>
<dl>
<dt><Subscription NNN> ... </Subscription>
</dt>
<dd></dd>
<dd>Defines a subscription.
</dd>
<dt>Events name [ ... name ]
</dt>
<dd></dd>
<dd>Specifies the events that are subscribed.
</dd>
<dt>ExpirationTime unix-time
</dt>
<dd></dd>
<dd>Specifies the expiration time of a subscription as a UNIX time
value in seconds since January 1st, 1970.
</dd>
<dt>Interval seconds
</dt>
<dd></dd>
<dd>Specifies the preferred time interval for event notifications in
seconds.
</dd>
<dt>JobId job-id
</dt>
<dd></dd>
<dd>Specifies the job ID associated with the subscription.
</dd>
<dt>LeaseDuration seconds
</dt>
<dd></dd>
<dd>Specifies the number of seconds that the subscription is valid
for. If 0, the subscription does not expire.
</dd>
<dt>NextEventId number
</dt>
<dd></dd>
<dd>Specifies the next notify-sequence-number to use for the
subscription.
</dd>
<dt>NextSubscriptionId number
</dt>
<dd></dd>
<dd>Specifies the next subscription-id to use.
</dd>
<dt>Owner username
</dt>
<dd></dd>
<dd>Specifies the user that owns the subscription.
</dd>
<dt>PrinterName printername
</dt>
<dd></dd>
<dd>Specifies the printer or class associated with the subscription.
</dd>
<dt>Recipient uri
</dt>
<dd></dd>
<dd>Specifies the notify-recipient-uri value for push-type notifications.
</dd>
<dt>UserData hex-escaped-data
</dt>
<dd></dd>
<dd>Specifies user data to be included in event notifications. This
is typically the "from" address in mailto: notifications.
</dd>
</dl>
<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
<a href='man-classes.conf.html?TOPIC=Man+Pages'>classes.conf(5)</a>, <a href='man-cupsd.html?TOPIC=Man+Pages'>cupsd(8)</a>, <a href='man-cupsd.conf.html?TOPIC=Man+Pages'>cupsd.conf(5)</a>,
<a href='man-mime.convs.html?TOPIC=Man+Pages'>mime.convs(5)</a>, <a href='man-mime.types.html?TOPIC=Man+Pages'>mime.types(5)</a>, printers.conf(5)
<br>
<a href='http://localhost:631/help'>http://localhost:631/help</a>
<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
Copyright 2007-2013 by Apple Inc.
</body>
</html>
|