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
On Solaris cupsd doesn't understand IdleExitTimeout because HAVE_ONDEMAND is not defined.
IdleExitTimeout
HAVE_ONDEMAND
scheduler/conf.c: #ifdef HAVE_ONDEMAND { "IdleExitTimeout", &IdleExitTimeout, CUPSD_VARTYPE_TIME }, #endif /* HAVE_ONDEMAND */
When cupsd starts it emits following warning:
E [04/Oct/2024:17:41:58 -0900] Unknown directive IdleExitTimeout on line 33 of /etc/cups/cupsd.conf.
Could the line in cupsd.conf.in be just in case HAVE_ONDEMAND is defined, please?
cupsd.conf.in
Thank you
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On Solaris cupsd doesn't understand
IdleExitTimeout
becauseHAVE_ONDEMAND
is not defined.When cupsd starts it emits following warning:
Could the line in
cupsd.conf.in
be just in caseHAVE_ONDEMAND
is defined, please?Thank you
The text was updated successfully, but these errors were encountered: