FreeBSD Bugzilla – Attachment 160955 Details for
Bug 203058
print/cups: lpstat shows "waiting for printer to finish." after the printer finished the job
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
this fix the message after socket close
patch-lenzi (text/plain), 377 bytes, created by
lenzi.sergio
on 2015-09-12 12:53:01 UTC
(
hide
)
Description:
this fix the message after socket close
Filename:
MIME Type:
Creator:
lenzi.sergio
Created:
2015-09-12 12:53:01 UTC
Size:
377 bytes
patch
obsolete
>diff -up backend/socket.c.orig backend/socket.c >--- backend/socket.c.orig 2015-09-08 15:23:39.568529996 -0300 >+++ backend/socket.c 2015-09-08 15:23:48.239349117 -0300 >@@ -442,6 +442,7 @@ main(int argc, /* I - Number of comm > shutdown(device_fd, 1); > > while (wait_bc(device_fd, 90) > 0); >+ _cupsLangPrintFilter(stderr, "INFO", _("Ready to print.")); > } > > /*
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 203058
:
160955
|
169832