]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/dpkgpm.cc
* apt-pkg/depcache.cc:
[apt.git] / apt-pkg / deb / dpkgpm.cc
index 9ba60060c324ab0f9390b2556bf39bb3a57b467b..c0efa7b5948bb9c0a1ef34986692789931ed815b 100644 (file)
@@ -950,6 +950,7 @@ bool pkgDPkgPM::Go(int OutStatusFd)
            rtt = tt;
            cfmakeraw(&rtt);
            rtt.c_lflag &= ~ECHO;
+           rtt.c_lflag |= ISIG;
            // block SIGTTOU during tcsetattr to prevent a hang if
            // the process is a member of the background process group
            // http://www.opengroup.org/onlinepubs/000095399/functions/tcsetattr.html