From a6f4ab0bebc76acf85cc0244bd21c1036009c28c Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 2 Jan 2019 12:24:44 -0800 Subject: fix-up commit for grafting svn history onto git history --- patches-applied/misc_conv_allow_sigint.patch | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 patches-applied/misc_conv_allow_sigint.patch (limited to 'patches-applied/misc_conv_allow_sigint.patch') diff --git a/patches-applied/misc_conv_allow_sigint.patch b/patches-applied/misc_conv_allow_sigint.patch deleted file mode 100644 index 75ffe8b7..00000000 --- a/patches-applied/misc_conv_allow_sigint.patch +++ /dev/null @@ -1,28 +0,0 @@ -Patch for Debian bug #1708 - -Don't block SIGINT in misc_conv, it's perfectly valid to allow the user -to interrupt at a prompt if the application hasn't otherwise blocked the -signal. - -Authors: Steve Langasek - -Upstream status: committed to CVS - -Index: pam/Linux-PAM/libpam_misc/misc_conv.c -=================================================================== ---- pam.orig/Linux-PAM/libpam_misc/misc_conv.c -+++ pam/Linux-PAM/libpam_misc/misc_conv.c -@@ -150,12 +150,11 @@ - have_term = 1; - - /* -- * We make a simple attempt to block TTY signals from terminating -+ * We make a simple attempt to block TTY signals from suspending - * the conversation without giving PAM a chance to clean up. - */ - - sigemptyset(&nset); -- sigaddset(&nset, SIGINT); - sigaddset(&nset, SIGTSTP); - (void) sigprocmask(SIG_BLOCK, &nset, &oset); - -- cgit v1.2.3