~ubuntu-branches/ubuntu/utopic/cups/utopic

« back to all changes in this revision

Viewing changes to doc/help/man-cupsaccept.html

  • Committer: Package Import Robot
  • Author(s): Didier Raboud, Till Kamppeter, Steve Langasek, Didier Raboud
  • Date: 2014-01-03 18:42:39 UTC
  • mfrom: (1.3.2)
  • mto: This revision was merged to the branch mainline in revision 142.
  • Revision ID: package-import@ubuntu.com-20140103184239-juzq32ckr7ra49b3
* New 1.7.0 upstream release

[ Till Kamppeter ]
* Refresh most patches with quilt
* Removed usb-backend-do-not-crash-if-usb-disabled-in-bios and
  cupsd-no-crash-on-avahi-threaded-poll-shutdown patches as they got
  applied upstream
* Removed drop-arch-specifics-from-doc patch as it is not needed
  anymore
* Updated drop_unnecessary_dependencies, manpage-hyphen-minus,
  manpage-translations and ppd-poll-with-client-conf patches manually
  to apply to the new CUPS version
* Added error counting exception from
  usb-backend-do-not-crash-if-usb-disabled-in-bios to
  tests-ignore-warnings
* Install the newly added ippfind utility and its manpage in
  cups-client
* Added pwg.h to libcups2-dev package
* Call dh_auto_clean only if the file Makedefs is present, to avoid a
  FTBFS
* Added color management extensions from Joe Simon's GSoC 2013
  project.
* Patch cups-files.conf to activate CUPS daemon syncing of files when
  closing, so that config files (like printers.conf) do not
  mysteriously disappear (LP: #1157972)
* In the AppArmor profile, allow execution of programs in
  /etc/cups/interfaces/, needed to make CUPS working with queues based
  on System V interface scripts, especially PPD-less queues
  auto-generated by cups-browsed from cups-filters 1.0.41 on.
* Silenced AppArmor noise from udev.conf in syslog (LP: #1229766)

[ Steve Langasek ]
* Add cups-filters (>= 1.0.42) as alternative to foomatic-filters
  (which is deprecated) in package relationships

[ Didier Raboud ]
* Remove Roger Leigh from uploaders on his request with thanks for his
  past work!
* Switch avahi LSB Should-Start dependency to be avahi-daemon; also
  bump package relationship to >= 0.6.31-3~ (Closes: #731608)
* Refresh the manpage translation files
* Move the USB backend quirk rules file to cups-server-common
* Add 38 new 1.7.0 libcups2 symbols
* Mark one C++ libcupsppdc1 symbol as optional as it isn't exported in
  1.7.0 anymore
* Import Fedora patches:
  - to avoid sign-extending CRCs in gz decompression
  - to build with full read-only relocations
  - to fix job history logging (upstream patch)
  - to set the internal default for SyncOnClose to Yes, instead of
    only configuring it to Yes
  - to fix a stringpool corruption issue
  - to prevent USB timeouts causing incorrect print output
* Import Fedora patch updates:
  - to dont-use-dbus-from-two-threads patch so it removes a call to
    avahi_threaded_poll_stop()
  - to avoid_stale_lockfile_in_dbus_notifier patch to call _exit when
    handling SIGTERM
* Move manpage-translations patch at the very end of the patch series
  to have it include all our patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 
2
<html>
 
3
<!-- SECTION: Man Pages -->
 
4
<head>
 
5
        <link rel="stylesheet" type="text/css" href="../cups-printable.css">
 
6
        <title>cupsaccept(8)</title>
 
7
</head>
 
8
<body>
 
9
<h1 class="title">cupsaccept(8)</h1>
 
10
<h2 class="title"><a name="NAME">Name</a></h2>
 
11
cupsaccept/cupsreject - accept/reject jobs sent to a destination
 
12
<h2 class="title"><a name="SYNOPSIS">Synopsis</a></h2>
 
13
<b>cupsaccept
 
14
</b>[ -E ] [ -U
 
15
<i>username
 
16
</i>] [ -h
 
17
<i>hostname[:port]
 
18
</i>] destination(s)
 
19
<br>
 
20
<b>cupsreject
 
21
</b>[ -E ] [ -U
 
22
<i>username
 
23
</i>] [ -h
 
24
<i>hostname[:port]
 
25
</i>] [ -r
 
26
<i>reason
 
27
</i>] destination(s)
 
28
<h2 class="title"><a name="DESCRIPTION">Description</a></h2>
 
29
<i>cupsaccept</i> instructs the printing system to accept print jobs to the
 
30
specified destinations.
 
31
<p><i>cupsreject</i> instructs the printing system to reject print jobs to the
 
32
specified destinations. The <i>-r</i> option sets the reason for rejecting
 
33
print jobs. If not specified the reason defaults to "Reason Unknown".
 
34
<h2 class="title"><a name="OPTIONS">Options</a></h2>
 
35
The following options are supported by both <i>cupsaccept</i> and
 
36
<i>cupsreject</i>:
 
37
<dl>
 
38
<dt>-E
 
39
</dt>
 
40
<dd></dd>
 
41
<dd>Forces encryption when connecting to the server.
 
42
</dd>
 
43
<dt>-U username
 
44
</dt>
 
45
<dd></dd>
 
46
<dd>Sets the username that is sent when connecting to the server.
 
47
</dd>
 
48
<dt>-h hostname[:port]
 
49
</dt>
 
50
<dd></dd>
 
51
<dd>Chooses an alternate server.
 
52
</dd>
 
53
<dt>-r "reason"
 
54
</dt>
 
55
<dd></dd>
 
56
<dd>Sets the reason string that is shown for a printer that is
 
57
rejecting jobs.
 
58
</dd>
 
59
</dl>
 
60
<h2 class="title"><a name="COMPATIBILITY">Compatibility</a></h2>
 
61
Unlike the System V printing system, CUPS allows printer names to
 
62
contain any printable character except SPACE, TAB, "/", or "#".
 
63
Also, printer and class names are <i>not</i> case-sensitive.
 
64
<p>The CUPS versions of <i>accept</i> and <i>reject</i> may ask the
 
65
user for an access password depending on the printing system
 
66
configuration. This differs from the System V versions which
 
67
require the root user to execute these commands.
 
68
<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
 
69
<a href='man-cancel.html?TOPIC=Man+Pages'>cancel(1)</a>, <a href='man-cupsenable.html?TOPIC=Man+Pages'>cupsenable(8)</a>, <a href='man-lp.html?TOPIC=Man+Pages'>lp(1)</a>,
 
70
<a href='man-lpadmin.html?TOPIC=Man+Pages'>lpadmin(8)</a>, <a href='man-lpstat.html?TOPIC=Man+Pages'>lpstat(1)</a>,
 
71
<br>
 
72
<a href='http://localhost:631/help'>http://localhost:631/help</a>
 
73
<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
 
74
Copyright 2007-2013 by Apple Inc.
 
75
 
 
76
</body>
 
77
</html>