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
Version: 1.3-current CUPS.org User: twaugh.redhat
When using IPP notifications I found that server start/stop events are not reported. It would be quite useful to have these.
The text was updated successfully, but these errors were encountered:
CUPS.org User: mike
Moving to CUPS 1.3.x as a priority-2 bug...
Sorry, something went wrong.
Fixed in Subversion repository.
"str2927.patch":
--- scheduler/main.c (revision 7911) +++ scheduler/main.c (working copy) @@ -655,6 +655,23 @@ #endif /* APPLE */
/*
+#ifdef HAVE_LAUNCHD
"Scheduler started via launchd.");
"Scheduler started in foreground.");
"Scheduler started in background.");
@@ -762,6 +779,13 @@ */
cupsdStartServer();
\* Send a server-restarted event...
cupsdAddEvent(CUPSD_EVENT_SERVER_RESTARTED, NULL, NULL,
"Scheduler restarted.");
@@ -1101,10 +1125,18 @@ */
if (stop_scheduler)
"Scheduler shutting down normally.");
"Scheduler shutting down due to program error.");
No branches or pull requests
Version: 1.3-current
CUPS.org User: twaugh.redhat
When using IPP notifications I found that server start/stop events are not reported. It would be quite useful to have these.
The text was updated successfully, but these errors were encountered: