Blame SOURCES/polkit-0.115-pkttyagent-tcsaflush-batch-erase.patch

22c237
diff -up ./src/programs/pkttyagent.c.ori ./src/programs/pkttyagent.c
22c237
--- ./src/programs/pkttyagent.c.ori	2019-09-27 14:14:35.096310576 +0200
22c237
+++ ./src/programs/pkttyagent.c	2019-09-27 14:14:56.988586737 +0200
22c237
@@ -55,7 +55,7 @@ static void tty_handler(int signal)
22c237
 
22c237
   if (tty_flags_saved)
22c237
   {
22c237
-    tcsetattr (fileno (tty), TCSAFLUSH, &ts);
22c237
+    tcsetattr (fileno (tty), TCSADRAIN, &ts);
22c237
   }
22c237
 
22c237
   kill(getpid(), signal);