-
Notifications
You must be signed in to change notification settings - Fork 469
New issue
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
Serial back end has inverted SIGTERM block #3649
Comments
CUPS.org User: bmason Added proposed patch that makes serial.c match runloop.c |
CUPS.org User: bmason This also seems to be similar to STR #1046. |
CUPS.org User: bmason Nuts! Fat-fingered the filename in the first patch. Sorry. |
CUPS.org User: mike Fixed in Subversion repository. |
"str3469.patch": Index: serial.c--- serial.c (revision 9268)
|
"str3649.patch": Index: serial.c--- serial.c (revision 9268)
|
Version: 1.4-current
CUPS.org User: bmason
According to the comments in serial.c:
/*
*/
However, the code after that comment is:
if (print_fd != 0)
{
ifdef HAVE_SIGSET /* Use System V signals over POSIX to avoid bugs */
elif defined(HAVE_SIGACTION)
else
endif /* HAVE_SIGSET */
}
which would seem to operate the opposite of the comments. The result is that you can't stop raw print jobs sent to serial printers.
The text was updated successfully, but these errors were encountered: