summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene V. Lyubimkin <jackyf@1501-debian>2008-11-14 22:09:06 +0200
committerEugene V. Lyubimkin <jackyf@1501-debian>2008-11-14 22:09:06 +0200
commit1b564c28623f892168bd61c9924e97b1a0040308 (patch)
treea77fc93b9bba3dc463053f48e2a343c2ca05d532
parent087a772e3a319491243e47470a922e0cb6997a5c (diff)
parent1a853738a54dbab6e82a23a8cc6c6d6f3aeeae12 (diff)
Merged from debian-sid.
-rw-r--r--apt-pkg/deb/dpkgpm.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/deb/dpkgpm.cc b/apt-pkg/deb/dpkgpm.cc
index 9ad367e67..40aafafa4 100644
--- a/apt-pkg/deb/dpkgpm.cc
+++ b/apt-pkg/deb/dpkgpm.cc
@@ -884,7 +884,7 @@ bool pkgDPkgPM::Go(int OutStatusFd)
// Restore sig int/quit
signal(SIGQUIT,old_SIGQUIT);
signal(SIGINT,old_SIGINT);
- signal(SIGINT,old_SIGHUP);
+ signal(SIGHUP,old_SIGHUP);
return _error->Errno("waitpid","Couldn't wait for subprocess");
}