summaryrefslogtreecommitdiff
path: root/debian/patches/quieter-signals.patch
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-04-14 12:11:05 +0100
committerColin Watson <cjwatson@debian.org>2014-04-14 12:11:07 +0100
commit38252a749b8c69154a08924a1c2851aecaed87a7 (patch)
tree3064b42a1153257dfe1ce24f7e659363a77893c7 /debian/patches/quieter-signals.patch
parentceaa88579f692501b1c17f541c083d42ccd63ac1 (diff)
parent08a63152deb5deda168aaef870bdb9f56425acb3 (diff)
Never signal the service supervisor with SIGSTOP more than once, to
prevent a hang on re-exec (thanks, Robie Basak; LP: #1306877).
Diffstat (limited to 'debian/patches/quieter-signals.patch')
-rw-r--r--debian/patches/quieter-signals.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/quieter-signals.patch b/debian/patches/quieter-signals.patch
index ca713dfc3..075b59823 100644
--- a/debian/patches/quieter-signals.patch
+++ b/debian/patches/quieter-signals.patch
@@ -18,7 +18,7 @@ Last-Update: 2013-09-14
18 18
19Patch-Name: quieter-signals.patch 19Patch-Name: quieter-signals.patch
20--- 20---
21 clientloop.c | 6 ++++-- 21 clientloop.c | 6 ++++--
22 1 file changed, 4 insertions(+), 2 deletions(-) 22 1 file changed, 4 insertions(+), 2 deletions(-)
23 23
24diff --git a/clientloop.c b/clientloop.c 24diff --git a/clientloop.c b/clientloop.c