We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The man page cupsd.conf states retry-this-job https://github.com/apple/cups/blob/master/man/cupsd.conf.man.in#L145
retry-this-job
but the code in scheduler/conf.c validates something different: https://github.com/apple/cups/blob/master/scheduler/conf.c#L1229
The code doesn't contain a case for retry-this-job. Is this an inconsistency or I'm misunderstanding the documentation?
The text was updated successfully, but these errors were encountered:
Update ErrorPolicy in cupsd.conf man page (Issue #5301)
b95156d
9135aed
D'oh, should be "retry-current-job".
[master b95156d] Update ErrorPolicy in cupsd.conf man page (Issue #5301)
[branch-2.2 9d1d11a46] Update ErrorPolicy in cupsd.conf man page (Issue #5301)
Sorry, something went wrong.
michaelrsweet
No branches or pull requests
The man page cupsd.conf states
retry-this-job
https://github.com/apple/cups/blob/master/man/cupsd.conf.man.in#L145
but the code in scheduler/conf.c validates something different:
https://github.com/apple/cups/blob/master/scheduler/conf.c#L1229
The code doesn't contain a case for
retry-this-job
. Is this an inconsistency or I'm misunderstanding the documentation?The text was updated successfully, but these errors were encountered: