Move ippeveprinter commands to CUPS_SERVERBIN/command.
Esse commit está contido em:
+9
-2
@@ -1,5 +1,12 @@
|
||||
CHANGES - 2.3b8 - 2019-05-02
|
||||
============================
|
||||
CHANGES - 2.3rc1 - 2019-05-03
|
||||
=============================
|
||||
|
||||
|
||||
Changes in CUPS v2.3rc1
|
||||
-----------------------
|
||||
|
||||
- The `ippeveprinter` command now looks for print commands in the "command"
|
||||
subdirectory.
|
||||
|
||||
|
||||
Changes in CUPS v2.3b8
|
||||
|
||||
@@ -178,7 +178,7 @@ programs to send print jobs or
|
||||
<b>lpinfo</b>(8)
|
||||
to query for available printers using the backend.
|
||||
The one exception is the SNMP backend - see
|
||||
<a href="man-cups-snmp.html?TOPIC=Man+Pages"><b>cups-snmp</b>(8)</a>
|
||||
<b>cups-snmp</b>(8)
|
||||
for more information.
|
||||
<h2 class="title"><a name="NOTES">Notes</a></h2>
|
||||
CUPS printer drivers and backends are deprecated and will no longer be supported in a future feature release of CUPS.
|
||||
|
||||
@@ -75,9 +75,9 @@ Cancel all jobs:
|
||||
</pre>
|
||||
<h2 class="title"><a name="NOTES">Notes</a></h2>
|
||||
Administrators wishing to prevent unauthorized cancellation of jobs via the <i>-u</i> option should require authentication for Cancel-Jobs operations in
|
||||
<a href="man-cupsd.conf.html?TOPIC=Man+Pages"><b>cupsd.conf</b>(5).</a>
|
||||
<b>cupsd.conf</b>(5).
|
||||
<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
|
||||
<a href="man-cupsd.conf.html?TOPIC=Man+Pages"><b>cupsd.conf</b>(5),</a>
|
||||
<b>cupsd.conf</b>(5),
|
||||
<b>lp</b>(1),
|
||||
<b>lpmove</b>(8),
|
||||
<b>lpstat</b>(1),
|
||||
|
||||
@@ -12,14 +12,14 @@ classes.conf - class configuration file for cups
|
||||
<h2 class="title"><a name="DESCRIPTION">Description</a></h2>
|
||||
The <b>classes.conf</b> file defines the local printer classes that are available.
|
||||
It is normally located in the <i>/etc/cups</i> directory and is maintained by the
|
||||
<a href="man-cupsd.html?TOPIC=Man+Pages"><b>cupsd</b>(8)</a>
|
||||
<b>cupsd</b>(8)
|
||||
program.
|
||||
This file is not intended to be edited or managed manually.
|
||||
<h2 class="title"><a name="NOTES">Notes</a></h2>
|
||||
The name, location, and format of this file are an implementation detail that will change in future releases of CUPS.
|
||||
<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
|
||||
<a href="man-cupsd.html?TOPIC=Man+Pages"><b>cupsd</b>(8),</a>
|
||||
<a href="man-cupsd.conf.html?TOPIC=Man+Pages"><b>cupsd.conf</b>(5),</a>
|
||||
<b>cupsd</b>(8),
|
||||
<b>cupsd.conf</b>(5),
|
||||
<b>mime.convs</b>(5),
|
||||
<b>mime.types</b>(5),
|
||||
<b>printers.conf</b>(5),
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
cups-files.conf - file and directory configuration file for cups
|
||||
<h2 class="title"><a name="DESCRIPTION">Description</a></h2>
|
||||
The <b>cups-files.conf</b> file configures the files and directories used by the CUPS scheduler,
|
||||
<a href="man-cupsd.html?TOPIC=Man+Pages"><b>cupsd</b>(8).</a>
|
||||
<b>cupsd</b>(8).
|
||||
It is normally located in the <i>/etc/cups</i> directory.
|
||||
<p>Each line in the file can be a configuration directive, a blank line, or a comment.
|
||||
Configuration directives typically consist of a name and zero or more values separated by whitespace.
|
||||
@@ -19,7 +19,7 @@ The configuration directive name and values are case-insensitive.
|
||||
Comment lines start with the # character.
|
||||
<h3><a name="DIRECTIVES">Directives</a></h3>
|
||||
The following directives are understood by
|
||||
<a href="man-cupsd.html?TOPIC=Man+Pages"><b>cupsd</b>(8):</a>
|
||||
<b>cupsd</b>(8):
|
||||
<dl class="man">
|
||||
<dt><a name="AccessLog"></a><b>AccessLog</b>
|
||||
<dd style="margin-left: 5.0em"><dt><b>AccessLog </b><i>filename</i>
|
||||
@@ -201,8 +201,8 @@ command is used instead.
|
||||
<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
|
||||
<b>classes.conf</b>(5),
|
||||
<b>cups</b>(1),
|
||||
<a href="man-cupsd.html?TOPIC=Man+Pages"><b>cupsd</b>(8),</a>
|
||||
<a href="man-cupsd.conf.html?TOPIC=Man+Pages"><b>cupsd.conf</b>(5),</a>
|
||||
<b>cupsd</b>(8),
|
||||
<b>cupsd.conf</b>(5),
|
||||
<b>mime.convs</b>(5),
|
||||
<b>mime.types</b>(5),
|
||||
<b>printers.conf</b>(5),
|
||||
|
||||
@@ -103,7 +103,7 @@ Simply enable the
|
||||
service using the corresponding control program.
|
||||
<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
|
||||
<b>cups</b>(1),
|
||||
<a href="man-cupsd.html?TOPIC=Man+Pages"><b>cupsd</b>(8),</a>
|
||||
<b>cupsd</b>(8),
|
||||
<b>inetconv</b>(1m),
|
||||
<b>inetd</b>(8),
|
||||
<b>launchd</b>(8),
|
||||
|
||||
@@ -15,7 +15,7 @@ The
|
||||
file configures how the standard CUPS network backends (http, https, ipp, ipps, lpd, snmp, and socket) access printer information using SNMPv1 and is normally located in the <i>/etc/cups</i> directory.
|
||||
Each line in the file can be a configuration directive, a blank line, or a comment. Comment lines start with the # character.
|
||||
<p>The Community and DebugLevel directives are used by all backends. The remainder apply only to the SNMP backend -
|
||||
<a href="man-cups-snmp.html?TOPIC=Man+Pages"><b>cups-snmp</b>(8).</a>
|
||||
<b>cups-snmp</b>(8).
|
||||
<h2 class="title"><a name="DIRECTIVES">Directives</a></h2>
|
||||
The following directives are understood by the CUPS network backends:
|
||||
<dl class="man">
|
||||
@@ -51,7 +51,7 @@ CUPS backends are deprecated and will no longer be supported in a future feature
|
||||
Printers that do not support IPP can be supported using applications such as
|
||||
<b>ippeveprinter</b>(1).
|
||||
<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
|
||||
<a href="man-cups-snmp.html?TOPIC=Man+Pages"><b>cups-snmp</b>(8),</a>
|
||||
<b>cups-snmp</b>(8),
|
||||
CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
|
||||
<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
|
||||
Copyright © 2007-2019 by Apple Inc.
|
||||
|
||||
@@ -47,7 +47,7 @@ The CUPS SNMP backend uses the information from the Host, Printer, and Port Moni
|
||||
<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
|
||||
<b>backend</b>(7),
|
||||
<b>cups-snmp.conf</b>(5),
|
||||
<a href="man-cupsd.html?TOPIC=Man+Pages"><b>cupsd</b>(8),</a>
|
||||
<b>cupsd</b>(8),
|
||||
<b>lpinfo</b>(8),
|
||||
CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
|
||||
<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
|
||||
|
||||
@@ -102,13 +102,13 @@ Printers that do not support IPP can be supported using applications such as
|
||||
<b>ippeveprinter</b>(1).
|
||||
<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
|
||||
<b>cancel</b>(1),
|
||||
<a href="man-client.conf.html?TOPIC=Man+Pages"><b>client.conf</b>(7),</a>
|
||||
<b>client.conf</b>(7),
|
||||
<b>cupsctl</b>(8),
|
||||
<a href="man-cupsd.html?TOPIC=Man+Pages"><b>cupsd</b>(8),</a>
|
||||
<b>cupsd</b>(8),
|
||||
<b>lp</b>(1),
|
||||
<b>lpadmin</b>(8),
|
||||
<b>lpinfo</b>(8),
|
||||
<a href="man-lpoptions.html?TOPIC=Man+Pages"><b>lpoptions</b>(1),</a>
|
||||
<b>lpoptions</b>(1),
|
||||
<b>lpr</b>(1),
|
||||
<b>lprm</b>(1),
|
||||
<b>lpq</b>(1),
|
||||
|
||||
@@ -83,8 +83,8 @@ Disable printer sharing:
|
||||
<h2 class="title"><a name="KNOWN_ISSUES">Known Issues</a></h2>
|
||||
You cannot set the Listen or Port directives using <b>cupsctl</b>.
|
||||
<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
|
||||
<a href="man-cupsd.conf.html?TOPIC=Man+Pages"><b>cupsd.conf</b>(5),</a>
|
||||
<a href="man-cupsd.html?TOPIC=Man+Pages"><b>cupsd</b>(8),</a>
|
||||
<b>cupsd.conf</b>(5),
|
||||
<b>cupsd</b>(8),
|
||||
<br>
|
||||
CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
|
||||
<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
|
||||
|
||||
@@ -44,7 +44,7 @@ cupsd-helper - cupsd helper programs (deprecated)
|
||||
<i>argvN</i>
|
||||
<h2 class="title"><a name="DESCRIPTION">Description</a></h2>
|
||||
The <b>cupsd-helper</b> programs perform long-running operations on behalf of the scheduler,
|
||||
<a href="man-cupsd.html?TOPIC=Man+Pages"><b>cupsd</b>(8).</a>
|
||||
<b>cupsd</b>(8).
|
||||
The <b>cups-deviced</b> helper program runs each CUPS
|
||||
<b>backend</b>(7)
|
||||
with no arguments in order to discover the available printers.
|
||||
@@ -76,8 +76,8 @@ Printers that do not support IPP can be supported using applications such as
|
||||
<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
|
||||
<b>backend</b>(7),
|
||||
<b>cups</b>(1),
|
||||
<a href="man-cupsd.html?TOPIC=Man+Pages"><b>cupsd</b>(8),</a>
|
||||
<a href="man-cupsd.conf.html?TOPIC=Man+Pages"><b>cupsd.conf</b>(5),</a>
|
||||
<b>cupsd</b>(8),
|
||||
<b>cupsd.conf</b>(5),
|
||||
<b>filter</b>(7),
|
||||
<b>ppdcfile</b>(5),
|
||||
CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
|
||||
|
||||
@@ -10,12 +10,12 @@
|
||||
<h2 class="title"><a name="NAME">Name</a></h2>
|
||||
cupsd-logs - cupsd log files (access_log, error_log, and page_log)
|
||||
<h2 class="title"><a name="DESCRIPTION">Description</a></h2>
|
||||
<a href="man-cupsd.html?TOPIC=Man+Pages"><b>cupsd</b>(8)</a>
|
||||
<b>cupsd</b>(8)
|
||||
normally maintains three log files: <i>access_log</i> to track requests that are submitted to the scheduler, <i>error_log</i> to track progress and errors, and <i>page_log</i> to track pages that are printed.
|
||||
Configuration directives in
|
||||
<a href="man-cupsd.conf.html?TOPIC=Man+Pages"><b>cupsd.conf</b>(5)</a>
|
||||
<b>cupsd.conf</b>(5)
|
||||
and
|
||||
<a href="man-cups-files.conf.html?TOPIC=Man+Pages"><b>cups-files.conf</b>(5)</a>
|
||||
<b>cups-files.conf</b>(5)
|
||||
control what information is logged and where it is stored.
|
||||
<h3><a name="ACCESS_LOG_FILE_FORMAT">Access Log File Format</a></h3>
|
||||
The <i>access_log</i> file lists each HTTP resource that is accessed by a web browser or client.
|
||||
@@ -93,7 +93,7 @@ For POST requests the bytes field contains the number of bytes of non-IPP data t
|
||||
<p>The <i>ipp-status</i> field contains either "-" for non-IPP requests or the IPP status code name for POST requests containing an IPP response.
|
||||
<h3><a name="ERROR_LOG_FILE_FORMAT">Error Log File Format</a></h3>
|
||||
The <i>error_log</i> file lists messages from the scheduler - errors, warnings, etc. The LogLevel directive in the
|
||||
<a href="man-cupsd.conf.html?TOPIC=Man+Pages"><b>cupsd.conf</b>(5)</a>
|
||||
<b>cupsd.conf</b>(5)
|
||||
file controls which messages are logged:
|
||||
<pre class="man">
|
||||
|
||||
@@ -158,7 +158,7 @@ For example the entry for a two page job called "myjob" might look like:
|
||||
|
||||
</pre>
|
||||
The PageLogFormat directive in the
|
||||
<a href="man-cupsd.conf.html?TOPIC=Man+Pages"><b>cupsd.conf</b>(5)</a>
|
||||
<b>cupsd.conf</b>(5)
|
||||
file can be used to change this information.
|
||||
<p>The <i>printer</i> field contains the name of the printer that printed the page.
|
||||
If you send a job to a printer class, this field will contain the name of the printer that was assigned the job.
|
||||
@@ -173,9 +173,9 @@ The format of this field is identical to the data-time field in the <i>access_lo
|
||||
<p>The <i>media</i> field contains a copy of the media or media-col/media-size attribute provided with the IPP Create-Job or Print-Job requests or "-" if none was provided.
|
||||
<p>The <i>sides</i> field contains a copy of the sides attribute provided with the IPP Create-Job or Print-Job requests or "-" if none was provided.
|
||||
<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
|
||||
<a href="man-cupsd.html?TOPIC=Man+Pages"><b>cupsd</b>(8),</a>
|
||||
<a href="man-cupsd.conf.html?TOPIC=Man+Pages"><b>cupsd.conf</b>(5),</a>
|
||||
<a href="man-cups-files.conf.html?TOPIC=Man+Pages"><b>cups-files.conf</b>(5),</a>
|
||||
<b>cupsd</b>(8),
|
||||
<b>cupsd.conf</b>(5),
|
||||
<b>cups-files.conf</b>(5),
|
||||
CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
|
||||
<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
|
||||
Copyright © 2007-2019 by Apple Inc.
|
||||
|
||||
@@ -13,7 +13,7 @@ cupsd.conf - server configuration file for cups
|
||||
The
|
||||
<i>cupsd.conf</i>
|
||||
file configures the CUPS scheduler,
|
||||
<a href="man-cupsd.html?TOPIC=Man+Pages"><b>cupsd</b>(8).</a>
|
||||
<b>cupsd</b>(8).
|
||||
It is normally located in the
|
||||
<i>/etc/cups</i>
|
||||
directory.
|
||||
@@ -23,7 +23,7 @@ The configuration directive name and values are case-insensitive.
|
||||
Comment lines start with the # character.
|
||||
<h3><a name="TOP_LEVEL_DIRECTIVES">Top-level Directives</a></h3>
|
||||
The following top-level directives are understood by
|
||||
<a href="man-cupsd.html?TOPIC=Man+Pages"><b>cupsd</b>(8):</a>
|
||||
<b>cupsd</b>(8):
|
||||
<dl class="man">
|
||||
<dt><a name="AccessLogLevel"></a><b>AccessLogLevel config</b>
|
||||
<dd style="margin-left: 5.0em"><dt><b>AccessLogLevel actions</b>
|
||||
@@ -119,7 +119,7 @@ The default service name is "http."
|
||||
<dd style="margin-left: 5.0em"><dt><b>HostNameLookups Double</b>
|
||||
<dd style="margin-left: 5.0em">Specifies whether to do reverse lookups on connecting clients.
|
||||
The "Double" setting causes
|
||||
<a href="man-cupsd.html?TOPIC=Man+Pages"><b>cupsd</b>(8)</a>
|
||||
<b>cupsd</b>(8)
|
||||
to verify that the hostname resolved from the address matches one of the addresses returned for that hostname.
|
||||
Double lookups also prevent clients with unregistered addresses from connecting to your server.
|
||||
The default is "Off" to avoid the potential server performance problems with hostname lookups.
|
||||
@@ -128,7 +128,7 @@ Only set this option to "On" or "Double" if absolutely required.
|
||||
<dd style="margin-left: 5.0em">Specifies the length of time to wait before shutting down due to inactivity.
|
||||
The default is "60" seconds.
|
||||
Note: Only applicable when
|
||||
<a href="man-cupsd.html?TOPIC=Man+Pages"><b>cupsd</b>(8)</a>
|
||||
<b>cupsd</b>(8)
|
||||
is run on-demand (e.g., with <b>-l</b>).
|
||||
<dt><a name="JobKillDelay"></a><b>JobKillDelay </b><i>seconds</i>
|
||||
<dd style="margin-left: 5.0em">Specifies the number of seconds to wait before killing the filters and backend associated with a canceled or held job.
|
||||
@@ -307,7 +307,7 @@ The default is "No".
|
||||
</dl>
|
||||
<h3><a name="HTTP_METHOD_NAMES">Http Method Names</a></h3>
|
||||
The following HTTP methods are supported by
|
||||
<a href="man-cupsd.html?TOPIC=Man+Pages"><b>cupsd</b>(8):</a>
|
||||
<b>cupsd</b>(8):
|
||||
<dl class="man">
|
||||
<dt>GET
|
||||
<dd style="margin-left: 5.0em">Used by a client to download icons and other printer resources and to access the CUPS web interface.
|
||||
@@ -322,7 +322,7 @@ The following HTTP methods are supported by
|
||||
</dl>
|
||||
<h3><a name="IPP_OPERATION_NAMES">Ipp Operation Names</a></h3>
|
||||
The following IPP operations are supported by
|
||||
<a href="man-cupsd.html?TOPIC=Man+Pages"><b>cupsd</b>(8):</a>
|
||||
<b>cupsd</b>(8):
|
||||
<dl class="man">
|
||||
<dt>CUPS-Accept-Jobs
|
||||
<dd style="margin-left: 5.0em">Allows a printer to accept new jobs.
|
||||
@@ -415,7 +415,7 @@ The following IPP operations are supported by
|
||||
</dl>
|
||||
<h3><a name="LOCATION_PATHS">Location Paths</a></h3>
|
||||
The following paths are commonly used when configuring
|
||||
<a href="man-cupsd.html?TOPIC=Man+Pages"><b>cupsd</b>(8):</a>
|
||||
<b>cupsd</b>(8):
|
||||
<dl class="man">
|
||||
<dt>/
|
||||
<dd style="margin-left: 5.0em">The path for all get operations (get-printers, get-jobs, etc.)
|
||||
@@ -491,7 +491,7 @@ The default value is "IfRequested".
|
||||
<dt><b>Require user {</b><i>user-name</i>|<b>@</b><i>group-name</i>} ...
|
||||
<dd style="margin-left: 5.0em">Specifies that an authenticated user must match one of the named users or be a member of one of the named groups.
|
||||
The group name "@SYSTEM" corresponds to the list of groups defined by the SystemGroup directive in the
|
||||
<a href="man-cups-files.conf.html?TOPIC=Man+Pages"><b>cups-files.conf</b>(5)</a>
|
||||
<b>cups-files.conf</b>(5)
|
||||
file.
|
||||
The group name "@OWNER" corresponds to the owner of the resource, for example the person that submitted a print job.
|
||||
Note: The 'root' user is not special and must be granted privileges like any other user account.
|
||||
@@ -514,7 +514,7 @@ The "default" access list is "@OWNER @SYSTEM".
|
||||
"@ACL" maps to the printer's requesting-user-name-allowed or requesting-user-name-denied values.
|
||||
"@OWNER" maps to the job's owner.
|
||||
"@SYSTEM" maps to the groups listed for the SystemGroup directive in the
|
||||
<a href="man-cups-files.conf.html?TOPIC=Man+Pages"><b>cups-files.conf</b>(5)</a>
|
||||
<b>cups-files.conf</b>(5)
|
||||
file.
|
||||
<dt><b>JobPrivateValues all</b>
|
||||
<dd style="margin-left: 5.0em"><dt><b>JobPrivateValues default</b>
|
||||
@@ -530,7 +530,7 @@ The "default" access list is "@OWNER @SYSTEM".
|
||||
"@ACL" maps to the printer's requesting-user-name-allowed or requesting-user-name-denied values.
|
||||
"@OWNER" maps to the job's owner.
|
||||
"@SYSTEM" maps to the groups listed for the SystemGroup directive in the
|
||||
<a href="man-cups-files.conf.html?TOPIC=Man+Pages"><b>cups-files.conf</b>(5)</a>
|
||||
<b>cups-files.conf</b>(5)
|
||||
file.
|
||||
<dt><b>SubscriptionPrivateValues all</b>
|
||||
<dd style="margin-left: 5.0em"><dt><b>SubscriptionPrivateValues default</b>
|
||||
@@ -577,7 +577,7 @@ The default is "128m".
|
||||
</dl>
|
||||
<h2 class="title"><a name="NOTES">Notes</a></h2>
|
||||
File, directory, and user configuration directives that used to be allowed in the <b>cupsd.conf</b> file are now stored in the
|
||||
<a href="man-cups-files.conf.html?TOPIC=Man+Pages"><b>cups-files.conf</b>(5)</a>
|
||||
<b>cups-files.conf</b>(5)
|
||||
file instead in order to prevent certain types of privilege escalation attacks.
|
||||
<p>The scheduler MUST be restarted manually after making changes to the <b>cupsd.conf</b> file.
|
||||
On Linux this is typically done using the
|
||||
@@ -609,8 +609,8 @@ Require authentication for accesses from outside the 10. network:
|
||||
</pre>
|
||||
<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
|
||||
<b>classes.conf</b>(5),
|
||||
<a href="man-cups-files.conf.html?TOPIC=Man+Pages"><b>cups-files.conf</b>(5),</a>
|
||||
<a href="man-cupsd.html?TOPIC=Man+Pages"><b>cupsd</b>(8),</a>
|
||||
<b>cups-files.conf</b>(5),
|
||||
<b>cupsd</b>(8),
|
||||
<b>mime.convs</b>(5),
|
||||
<b>mime.types</b>(5),
|
||||
<b>printers.conf</b>(5),
|
||||
|
||||
@@ -104,9 +104,9 @@ in the foreground with a test configuration file called
|
||||
<b>backend</b>(7),
|
||||
<b>classes.conf</b>(5),
|
||||
<b>cups</b>(1),
|
||||
<a href="man-cups-files.conf.html?TOPIC=Man+Pages"><b>cups-files.conf</b>(5),</a>
|
||||
<a href="man-cups-lpd.html?TOPIC=Man+Pages"><b>cups-lpd</b>(8),</a>
|
||||
<a href="man-cupsd.conf.html?TOPIC=Man+Pages"><b>cupsd.conf</b>(5),</a>
|
||||
<b>cups-files.conf</b>(5),
|
||||
<b>cups-lpd</b>(8),
|
||||
<b>cupsd.conf</b>(5),
|
||||
<b>cupsd-helper</b>(8),
|
||||
<b>cupsd-logs</b>(8),
|
||||
<b>filter</b>(7),
|
||||
|
||||
@@ -117,7 +117,7 @@ The following command will generate a PDF preview of job 42 for a printer named
|
||||
</pre>
|
||||
<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
|
||||
<b>cups</b>(1),
|
||||
<a href="man-cupsd.conf.html?TOPIC=Man+Pages"><b>cupsd.conf</b>(5),</a>
|
||||
<b>cupsd.conf</b>(5),
|
||||
<b>filter(7),</b>
|
||||
<b>mime.convs</b>(7),
|
||||
<b>mime.types</b>(7),
|
||||
|
||||
@@ -177,8 +177,8 @@ program to use the appropriate filters to do the conversions you need.
|
||||
<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
|
||||
<b>backend</b>(7),
|
||||
<b>cups</b>(1),
|
||||
<a href="man-cups-files.conf.html?TOPIC=Man+Pages"><b>cups-files.conf</b>(5),</a>
|
||||
<a href="man-cupsd.html?TOPIC=Man+Pages"><b>cupsd</b>(8),</a>
|
||||
<b>cups-files.conf</b>(5),
|
||||
<b>cupsd</b>(8),
|
||||
<b>cupsfilter</b>(8),
|
||||
<br>
|
||||
CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
|
||||
|
||||
@@ -110,7 +110,7 @@ printer command ("-c ippeveps").
|
||||
<dd style="margin-left: 5.0em">Run the specified command for each document that is printed.
|
||||
If "command" is not an absolute path ("/path/to/command"),
|
||||
<b>ippeveprinter</b>
|
||||
looks for the command in the "ippeveprinter" subdirectory of the CUPS binary directory, typically /usr/lib/cups/ippeveprinter or /usr/libexec/cups/ippeveprinter.
|
||||
looks for the command in the "command" subdirectory of the CUPS binary directory, typically /usr/lib/cups/command or /usr/libexec/cups/command.
|
||||
The
|
||||
<b>cups-config</b>(1)
|
||||
command can be used to discover the correct binary directory ("cups-config --serverbin").
|
||||
|
||||
@@ -86,7 +86,7 @@ Use a filename of "-" to force printing from the standard input.
|
||||
<h3><a name="THE_DEFAULT_DESTINATION">The Default Destination</a></h3>
|
||||
CUPS provides many ways to set the default destination. The <b>LPDEST</b> and <b>PRINTER</b> environment variables are consulted first.
|
||||
If neither are set, the current default set using the
|
||||
<a href="man-lpoptions.html?TOPIC=Man+Pages"><b>lpoptions</b>(1)</a>
|
||||
<b>lpoptions</b>(1)
|
||||
command is used, followed by the default set using the
|
||||
<b>lpadmin</b>(8)
|
||||
command.
|
||||
@@ -138,7 +138,7 @@ The page numbers refer to the output pages and not the document's original pages
|
||||
</dl>
|
||||
<h3><a name="COMMON_JOB_OPTIONS">Common Job Options</a></h3>
|
||||
Aside from the printer-specific options reported by the
|
||||
<a href="man-lpoptions.html?TOPIC=Man+Pages"><b>lpoptions</b>(1)</a>
|
||||
<b>lpoptions</b>(1)
|
||||
command, the following generic options are available:
|
||||
<dl class="man">
|
||||
<dt><b>-o job-sheets=</b><i>name</i>
|
||||
@@ -190,7 +190,7 @@ Print a presentation document 2-up to a printer called "bar":
|
||||
<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
|
||||
<b>cancel</b>(1),
|
||||
<b>lpadmin</b>(8),
|
||||
<a href="man-lpoptions.html?TOPIC=Man+Pages"><b>lpoptions</b>(1),</a>
|
||||
<b>lpoptions</b>(1),
|
||||
<b>lpq</b>(1),
|
||||
<b>lpr</b>(1),
|
||||
<b>lprm</b>(1),
|
||||
|
||||
@@ -60,7 +60,7 @@ Subsequent print jobs submitted via the
|
||||
or
|
||||
<b>lpr</b>(1)
|
||||
commands will use this destination unless the user specifies otherwise with the
|
||||
<a href="man-lpoptions.html?TOPIC=Man+Pages"><b>lpoptions</b>(1)</a>
|
||||
<b>lpoptions</b>(1)
|
||||
command.
|
||||
<p>The second form of the command (<i>-p</i>) configures the named printer or class. The additional options are described below.
|
||||
<p>The third form of the command (<i>-x</i>) deletes the printer or class <i>destination</i>.
|
||||
@@ -99,7 +99,7 @@ The value is an integer number of seconds; 86,400 seconds are in one day.
|
||||
<dt><b>-o </b><i>name</i><b>=</b><i>value</i>
|
||||
<dd style="margin-left: 5.0em">Sets a PPD option for the printer.
|
||||
PPD options can be listed using the <i>-l</i> option with the
|
||||
<a href="man-lpoptions.html?TOPIC=Man+Pages"><b>lpoptions</b>(1)</a>
|
||||
<b>lpoptions</b>(1)
|
||||
command.
|
||||
<dt><b>-o </b><i>name</i><b>-default=</b><i>value</i>
|
||||
<dd style="margin-left: 5.0em">Sets a default server-side option for the destination.
|
||||
@@ -189,7 +189,7 @@ Create an IPP Everywhere print queue:
|
||||
<b>cupsaccept</b>(8),
|
||||
<b>cupsenable</b>(8),
|
||||
<b>lpinfo</b>(8),
|
||||
<a href="man-lpoptions.html?TOPIC=Man+Pages"><b>lpoptions</b>(1),</a>
|
||||
<b>lpoptions</b>(1),
|
||||
CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
|
||||
<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
|
||||
Copyright © 2007-2019 by Apple Inc.
|
||||
|
||||
@@ -56,7 +56,7 @@ If no files are listed on the command-line, <b>lpr</b> reads the print file from
|
||||
<h3><a name="THE_DEFAULT_DESTINATION">The Default Destination</a></h3>
|
||||
CUPS provides many ways to set the default destination. The <b>LPDEST</b> and <b>PRINTER</b> environment variables are consulted first.
|
||||
If neither are set, the current default set using the
|
||||
<a href="man-lpoptions.html?TOPIC=Man+Pages"><b>lpoptions</b>(1)</a>
|
||||
<b>lpoptions</b>(1)
|
||||
command is used, followed by the default set using the
|
||||
<b>lpadmin</b>(8)
|
||||
command.
|
||||
@@ -97,7 +97,7 @@ This option is equivalent to <i>-o prettyprint</i> and is only useful when print
|
||||
</dl>
|
||||
<h3><a name="COMMON_JOB_OPTIONS">Common Job Options</a></h3>
|
||||
Aside from the printer-specific options reported by the
|
||||
<a href="man-lpoptions.html?TOPIC=Man+Pages"><b>lpoptions</b>(1)</a>
|
||||
<b>lpoptions</b>(1)
|
||||
command, the following generic options are available:
|
||||
<dl class="man">
|
||||
<dt><b>-o job-sheets=</b><i>name</i>
|
||||
@@ -148,7 +148,7 @@ Print a presentation document 2-up to a printer called "foo":
|
||||
<b>cancel</b>(1),
|
||||
<b>lp</b>(1),
|
||||
<b>lpadmin</b>(8),
|
||||
<a href="man-lpoptions.html?TOPIC=Man+Pages"><b>lpoptions</b>(1),</a>
|
||||
<b>lpoptions</b>(1),
|
||||
<b>lpq</b>(1),
|
||||
<b>lprm</b>(1),
|
||||
<b>lpstat</b>(1),
|
||||
|
||||
@@ -33,7 +33,7 @@ If multiple lines are present, only the last one is used.
|
||||
<dd style="margin-left: 5.0em">Specifies a prefix string for the subject line of an email notification.
|
||||
</dl>
|
||||
<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
|
||||
<a href="man-cupsd.html?TOPIC=Man+Pages"><b>cupsd</b>(8),</a>
|
||||
<b>cupsd</b>(8),
|
||||
CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
|
||||
<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
|
||||
Copyright © 2007-2019 by Apple Inc.
|
||||
|
||||
@@ -46,9 +46,9 @@ CUPS filters are deprecated and will no longer be supported in a future feature
|
||||
Printers that do not support IPP can be supported using applications such as
|
||||
<b>ippeveprinter</b>(1).
|
||||
<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
|
||||
<a href="man-cups-files.conf.html?TOPIC=Man+Pages"><b>cups-files.conf</b>(5),</a>
|
||||
<a href="man-cupsd.conf.html?TOPIC=Man+Pages"><b>cupsd.conf</b>(5),</a>
|
||||
<a href="man-cupsd.html?TOPIC=Man+Pages"><b>cupsd</b>(8),</a>
|
||||
<b>cups-files.conf</b>(5),
|
||||
<b>cupsd.conf</b>(5),
|
||||
<b>cupsd</b>(8),
|
||||
<b>cupsfilter</b>(8),
|
||||
<b>mime.types</b>(5),
|
||||
CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
|
||||
|
||||
@@ -84,9 +84,9 @@ Define two MIME media types for raster data, with one being a subset with higher
|
||||
string(4,PwgRaster<00>) priority(150)
|
||||
</pre>
|
||||
<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
|
||||
<a href="man-cups-files.conf.html?TOPIC=Man+Pages"><b>cups-files.conf</b>(5),</a>
|
||||
<a href="man-cupsd.conf.html?TOPIC=Man+Pages"><b>cupsd.conf</b>(5),</a>
|
||||
<a href="man-cupsd.html?TOPIC=Man+Pages"><b>cupsd</b>(8),</a>
|
||||
<b>cups-files.conf</b>(5),
|
||||
<b>cupsd.conf</b>(5),
|
||||
<b>cupsd</b>(8),
|
||||
<b>cupsfilter</b>(8),
|
||||
<b>mime.convs</b>(5),
|
||||
CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
|
||||
|
||||
@@ -27,7 +27,7 @@ Notifiers are encouraged to exit after a suitable period of inactivity, however
|
||||
Notifiers inherit the environment and can use the logging mechanism documented in
|
||||
<b>filter</b>(7).
|
||||
<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
|
||||
<a href="man-cupsd.html?TOPIC=Man+Pages"><b>cupsd</b>(8),</a>
|
||||
<b>cupsd</b>(8),
|
||||
<b>filter</b>(7),
|
||||
CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
|
||||
<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
|
||||
|
||||
@@ -11,15 +11,15 @@
|
||||
printers.conf - printer configuration file for cups
|
||||
<h2 class="title"><a name="DESCRIPTION">Description</a></h2>
|
||||
The <b>printers.conf</b> file defines the local printers that are available. It is normally located in the <i>/etc/cups</i> directory and is maintained by the
|
||||
<a href="man-cupsd.html?TOPIC=Man+Pages"><b>cupsd</b>(8)</a>
|
||||
<b>cupsd</b>(8)
|
||||
program. This file is not intended to be edited or managed manually.
|
||||
<h2 class="title"><a name="NOTES">Notes</a></h2>
|
||||
The name, location, and format of this file are an implementation detail that will change in future releases of CUPS.
|
||||
<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
|
||||
<b>classes.conf</b>(5),
|
||||
<a href="man-cups-files.conf.html?TOPIC=Man+Pages"><b>cups-files.conf</b>(5),</a>
|
||||
<a href="man-cupsd.html?TOPIC=Man+Pages"><b>cupsd</b>(8),</a>
|
||||
<a href="man-cupsd.conf.html?TOPIC=Man+Pages"><b>cupsd.conf</b>(5),</a>
|
||||
<b>cups-files.conf</b>(5),
|
||||
<b>cupsd</b>(8),
|
||||
<b>cupsd.conf</b>(5),
|
||||
<b>mime.convs</b>(5),
|
||||
<b>mime.types</b>(5),
|
||||
<b>subscriptions.conf</b>(5),
|
||||
|
||||
@@ -12,16 +12,16 @@ subscriptions.conf - subscription configuration file for cups
|
||||
<h2 class="title"><a name="DESCRIPTION">Description</a></h2>
|
||||
The <b>subscriptions.conf</b> file defines the local event notification subscriptions that are active.
|
||||
It is normally located in the <i>/etc/cups</i> directory and is maintained by the
|
||||
<a href="man-cupsd.html?TOPIC=Man+Pages"><b>cupsd</b>(8)</a>
|
||||
<b>cupsd</b>(8)
|
||||
program.
|
||||
This file is not intended to be edited or managed manually.
|
||||
<h2 class="title"><a name="NOTES">Notes</a></h2>
|
||||
The name, location, and format of this file are an implementation detail that will change in future releases of CUPS.
|
||||
<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
|
||||
<b>classes.conf</b>(5),
|
||||
<a href="man-cups-files.conf.html?TOPIC=Man+Pages"><b>cups-files.conf</b>(5),</a>
|
||||
<a href="man-cupsd.html?TOPIC=Man+Pages"><b>cupsd</b>(8),</a>
|
||||
<a href="man-cupsd.conf.html?TOPIC=Man+Pages"><b>cupsd.conf</b>(5),</a>
|
||||
<b>cups-files.conf</b>(5),
|
||||
<b>cupsd</b>(8),
|
||||
<b>cupsd.conf</b>(5),
|
||||
<b>mime.convs</b>(5),
|
||||
<b>mime.types</b>(5),
|
||||
<b>printers.conf</b>(5),
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
.\" Licensed under Apache License v2.0. See the file "LICENSE" for more
|
||||
.\" information.
|
||||
.\"
|
||||
.TH ippeveprinter 1 "CUPS" "24 April 2019" "Apple Inc."
|
||||
.TH ippeveprinter 1 "CUPS" "3 May 2019" "Apple Inc."
|
||||
.SH NAME
|
||||
ippeveprinter \- an ipp everywhere printer application for cups
|
||||
.SH SYNOPSIS
|
||||
@@ -119,7 +119,7 @@ Specifies the maximum IPP version to report.
|
||||
Run the specified command for each document that is printed.
|
||||
If "command" is not an absolute path ("/path/to/command"),
|
||||
.B ippeveprinter
|
||||
looks for the command in the "ippeveprinter" subdirectory of the CUPS binary directory, typically /usr/lib/cups/ippeveprinter or /usr/libexec/cups/ippeveprinter.
|
||||
looks for the command in the "command" subdirectory of the CUPS binary directory, typically /usr/lib/cups/command or /usr/libexec/cups/command.
|
||||
The
|
||||
.BR cups-config (1)
|
||||
command can be used to discover the correct binary directory ("cups-config --serverbin").
|
||||
|
||||
@@ -278,6 +278,9 @@ f 0555 root sys $SERVERBIN/cgi-bin/classes.cgi cgi-bin/classes.cgi
|
||||
f 0555 root sys $SERVERBIN/cgi-bin/help.cgi cgi-bin/help.cgi
|
||||
f 0555 root sys $SERVERBIN/cgi-bin/jobs.cgi cgi-bin/jobs.cgi
|
||||
f 0555 root sys $SERVERBIN/cgi-bin/printers.cgi cgi-bin/printers.cgi
|
||||
d 0755 root sys $SERVERBIN/command -
|
||||
f 0555 root sys $SERVERBIN/command/ippevepcl tools/ippevepcl
|
||||
f 0555 root sys $SERVERBIN/command/ippeveps tools/ippeveps
|
||||
d 0755 root sys $SERVERBIN/daemon -
|
||||
f 0555 root sys $SERVERBIN/daemon/cups-deviced scheduler/cups-deviced
|
||||
f 0555 root sys $SERVERBIN/daemon/cups-driverd scheduler/cups-driverd
|
||||
@@ -291,9 +294,6 @@ l 0755 root sys $SERVERBIN/filter/rastertodymo rastertolabel
|
||||
f 0555 root sys $SERVERBIN/filter/rastertoepson filter/rastertoepson
|
||||
f 0555 root sys $SERVERBIN/filter/rastertohp filter/rastertohp
|
||||
f 0555 root sys $SERVERBIN/filter/rastertopwg filter/rastertopwg
|
||||
d 0755 root sys $SERVERBIN/ippeveprinter -
|
||||
f 0555 root sys $SERVERBIN/ippeveprinter/ippevepcl tools/ippevepcl
|
||||
f 0555 root sys $SERVERBIN/ippeveprinter/ippeveps tools/ippeveps
|
||||
d 0755 root sys $SERVERBIN/notifier -
|
||||
f 0555 root sys $SERVERBIN/notifier/mailto notifier/mailto
|
||||
|
||||
|
||||
@@ -236,6 +236,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/usr/lib/cups/backend/usb
|
||||
%dir /usr/lib/cups/cgi-bin
|
||||
/usr/lib/cups/cgi-bin/*
|
||||
%dir /usr/lib/cups/command
|
||||
/usr/lib/cups/command/*
|
||||
%dir /usr/lib/cups/daemon
|
||||
/usr/lib/cups/daemon/cups-deviced
|
||||
/usr/lib/cups/daemon/cups-driverd
|
||||
@@ -243,8 +245,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir /usr/lib/cups/driver
|
||||
%dir /usr/lib/cups/filter
|
||||
/usr/lib/cups/filter/*
|
||||
%dir /usr/lib/cups/ippeveprinter
|
||||
/usr/lib/cups/ippeveprinter/*
|
||||
%dir /usr/lib/cups/monitor
|
||||
/usr/lib/cups/monitor/*
|
||||
%dir /usr/lib/cups/notifier
|
||||
|
||||
+5
-5
@@ -89,10 +89,10 @@ install-exec:
|
||||
for file in $(IPPTOOLS); do \
|
||||
$(INSTALL_BIN) $$file $(BINDIR); \
|
||||
done
|
||||
echo Installing printer commands in $(SERVERBIN)/ippeveprinter...
|
||||
$(INSTALL_DIR) -m 755 $(SERVERBIN)/ippeveprinter
|
||||
echo Installing printer commands in $(SERVERBIN)/command...
|
||||
$(INSTALL_DIR) -m 755 $(SERVERBIN)/command
|
||||
for file in $(IPPEVECOMMANDS); do \
|
||||
$(INSTALL_BIN) $$file $(SERVERBIN)/ippeveprinter; \
|
||||
$(INSTALL_BIN) $$file $(SERVERBIN)/command; \
|
||||
done
|
||||
if test "x$(SYMROOT)" != "x"; then \
|
||||
$(INSTALL_DIR) $(SYMROOT); \
|
||||
@@ -127,9 +127,9 @@ uninstall:
|
||||
$(RM) $(BINDIR)/$$file; \
|
||||
done
|
||||
-$(RMDIR) $(BINDIR)
|
||||
echo Uninstalling print commands from $(SERVERBIN)/ippeveprinter...
|
||||
echo Uninstalling print commands from $(SERVERBIN)/command...
|
||||
for file in $(IPPEVECOMMANDS); do \
|
||||
$(RM) $(SERVERBIN)/ippeveprinter/$$file; \
|
||||
$(RM) $(SERVERBIN)/command/$$file; \
|
||||
done
|
||||
-$(RMDIR) $(SERVERBIN)/ippeveprinter
|
||||
|
||||
|
||||
@@ -1403,7 +1403,7 @@ create_printer(
|
||||
}
|
||||
else
|
||||
{
|
||||
snprintf(path, sizeof(path), "%s/ippeveprinter/%s", cg->cups_serverbin, command);
|
||||
snprintf(path, sizeof(path), "%s/command/%s", cg->cups_serverbin, command);
|
||||
|
||||
if (access(command, X_OK))
|
||||
{
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário