]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/dpkgpm.cc
* apt-pkg/depcache.cc:
[apt.git] / apt-pkg / deb / dpkgpm.cc
index 9d144a22729423053e14b97ad748d41fcc269656..8abe3f5c612c1e5f8330a4c0dcea5a4497e3b87b 100644 (file)
@@ -946,6 +946,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