summaryrefslogtreecommitdiff
path: root/debian/patches/cups-set-default-error-policy-retry-job.patch
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2016-07-03 14:56:52 +0200
committerDidier Raboud <odyx@debian.org>2016-07-03 14:57:29 +0200
commit139529e9127e29d7651da1e8797f123220f41521 (patch)
tree32d22c7f3bb651cb44a36b8c4b69f530111232c7 /debian/patches/cups-set-default-error-policy-retry-job.patch
parent297b3dc1e25179cec81ff59d32505ec7f892c38b (diff)
Update documentation, manpage and manpage translations to reflect the ErrorPolicy change
Diffstat (limited to 'debian/patches/cups-set-default-error-policy-retry-job.patch')
-rw-r--r--debian/patches/cups-set-default-error-policy-retry-job.patch34
1 files changed, 34 insertions, 0 deletions
diff --git a/debian/patches/cups-set-default-error-policy-retry-job.patch b/debian/patches/cups-set-default-error-policy-retry-job.patch
index af5829435..ad592940c 100644
--- a/debian/patches/cups-set-default-error-policy-retry-job.patch
+++ b/debian/patches/cups-set-default-error-policy-retry-job.patch
@@ -29,3 +29,37 @@ Last-Update: 2016-07-03
}
/*
+--- a/doc/help/man-cupsd.conf.html
++++ b/doc/help/man-cupsd.conf.html
+@@ -99,11 +99,11 @@
+ <dt><a name="ErrorPolicy"></a><b>ErrorPolicy abort-job</b>
+ <dd style="margin-left: 5.0em">Specifies that a failed print job should be aborted (discarded) unless otherwise specified for the printer.
+ <dt><b>ErrorPolicy retry-job</b>
+-<dd style="margin-left: 5.0em">Specifies that a failed print job should be retried at a later time unless otherwise specified for the printer.
++<dd style="margin-left: 5.0em">Specifies that a failed print job should be retried at a later time unless otherwise specified for the printer. The 'retry-job' error policy is the default.
+ <dt><b>ErrorPolicy retry-this-job</b>
+ <dd style="margin-left: 5.0em">Specifies that a failed print job should be retried immediately unless otherwise specified for the printer.
+ <dt><b>ErrorPolicy stop-printer</b>
+-<dd style="margin-left: 5.0em">Specifies that a failed print job should stop the printer unless otherwise specified for the printer. The 'stop-printer' error policy is the default.
++<dd style="margin-left: 5.0em">Specifies that a failed print job should stop the printer unless otherwise specified for the printer.
+ <dt><a name="FilterLimit"></a><b>FilterLimit </b><i>limit</i>
+ <dd style="margin-left: 5.0em">Specifies the maximum cost of filters that are run concurrently, which can be used to minimize disk, memory, and CPU resource problems.
+ A limit of 0 disables filter limiting.
+--- a/man/cupsd.conf.man.in
++++ b/man/cupsd.conf.man.in
+@@ -150,13 +150,13 @@
+ Specifies that a failed print job should be aborted (discarded) unless otherwise specified for the printer.
+ .TP 5
+ \fBErrorPolicy retry-job\fR
+-Specifies that a failed print job should be retried at a later time unless otherwise specified for the printer.
++Specifies that a failed print job should be retried at a later time unless otherwise specified for the printer. The 'retry-job' error policy is the default.
+ .TP 5
+ \fBErrorPolicy retry-this-job\fR
+ Specifies that a failed print job should be retried immediately unless otherwise specified for the printer.
+ .TP 5
+ \fBErrorPolicy stop-printer\fR
+-Specifies that a failed print job should stop the printer unless otherwise specified for the printer. The 'stop-printer' error policy is the default.
++Specifies that a failed print job should stop the printer unless otherwise specified for the printer.
+ .\"#FilterLimit
+ .TP 5
+ \fBFilterLimit \fIlimit\fR