projects
/
apt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73e598c
)
merge from debian-sid
author
Michael Vogt
<egon@tas>
Wed, 12 Nov 2008 19:40:09 +0000
(20:40 +0100)
committer
Michael Vogt
<egon@tas>
Wed, 12 Nov 2008 19:40:09 +0000
(20:40 +0100)
apt-pkg/deb/dpkgpm.cc
patch
|
blob
|
blame
|
history
diff --git
a/apt-pkg/deb/dpkgpm.cc
b/apt-pkg/deb/dpkgpm.cc
index dde1c6d63cc34193da39b9deadc73f8083831ec5..5349a7ef2ab1eb5f10579cb3a319904f3c161296 100644
(file)
--- a/
apt-pkg/deb/dpkgpm.cc
+++ b/
apt-pkg/deb/dpkgpm.cc
@@
-932,7
+932,7
@@
bool pkgDPkgPM::Go(int OutStatusFd)
// Restore sig int/quit
signal(SIGQUIT,old_SIGQUIT);
signal(SIGINT,old_SIGINT);
- signal(SIG
INT
,old_SIGHUP);
+ signal(SIG
HUP
,old_SIGHUP);
if(master >= 0)
{