From: Zdenek Dohnal Date: Wed, 12 Mar 2025 15:35:32 +0000 (+0100) Subject: cupsd.conf.5: JobRetry* is not used for 'retry-current-job' X-Git-Tag: v2.4.12~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ae4800905789adf8dcfbe9725aed87f2fbc53e3f;p=thirdparty%2Fcups.git cupsd.conf.5: JobRetry* is not used for 'retry-current-job' JobRetryInterval and JobRetryLimit are not used for 'retry-current-job' error policy. Fixes #1194 --- diff --git a/doc/help/man-cupsd.conf.html b/doc/help/man-cupsd.conf.html index f760dab9cd..46c3048536 100644 --- a/doc/help/man-cupsd.conf.html +++ b/doc/help/man-cupsd.conf.html @@ -132,11 +132,11 @@ is run on-demand (e.g., with -l). The default is "30".
JobRetryInterval seconds
Specifies the interval between retries of jobs in seconds. -This is typically used for fax queues but can also be used with normal print queues whose error policy is "retry-job" or "retry-current-job". +This is typically used for fax queues but can also be used with normal print queues whose error policy is "retry-job". The default is "30".
JobRetryLimit count
Specifies the number of retries that are done for jobs. -This is typically used for fax queues but can also be used with normal print queues whose error policy is "retry-job" or "retry-current-job". +This is typically used for fax queues but can also be used with normal print queues whose error policy is "retry-job". The default is "5".
KeepAlive Yes
KeepAlive No diff --git a/man/cupsd.conf.5 b/man/cupsd.conf.5 index 2eea8266b3..018cfa98bf 100644 --- a/man/cupsd.conf.5 +++ b/man/cupsd.conf.5 @@ -8,7 +8,7 @@ .\" Licensed under Apache License v2.0. See the file "LICENSE" for more .\" information. .\" -.TH cupsd.conf 5 "CUPS" "2021-10-01" "OpenPrinting" +.TH cupsd.conf 5 "CUPS" "2025-03-12" "OpenPrinting" .SH NAME cupsd.conf \- server configuration file for cups .SH DESCRIPTION @@ -192,13 +192,13 @@ The default is "30". .TP 5 \fBJobRetryInterval \fIseconds\fR Specifies the interval between retries of jobs in seconds. -This is typically used for fax queues but can also be used with normal print queues whose error policy is "retry-job" or "retry-current-job". +This is typically used for fax queues but can also be used with normal print queues whose error policy is "retry-job". The default is "30". .\"#JobRetryLimit .TP 5 \fBJobRetryLimit \fIcount\fR Specifies the number of retries that are done for jobs. -This is typically used for fax queues but can also be used with normal print queues whose error policy is "retry-job" or "retry-current-job". +This is typically used for fax queues but can also be used with normal print queues whose error policy is "retry-job". The default is "5". .\"#KeepAlive .TP 5 @@ -919,4 +919,4 @@ Require authentication for accesses from outside the 10. network: .BR subscriptions.conf (5), CUPS Online Help (http://localhost:631/help) .SH COPYRIGHT -Copyright \[co] 2020-2024 by OpenPrinting. +Copyright \[co] 2020-2025 by OpenPrinting.