diff options
author | Colin Watson <cjwatson@debian.org> | 2014-04-14 12:11:05 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2014-04-14 12:11:07 +0100 |
commit | 38252a749b8c69154a08924a1c2851aecaed87a7 (patch) | |
tree | 3064b42a1153257dfe1ce24f7e659363a77893c7 /debian/patches/package-versioning.patch | |
parent | ceaa88579f692501b1c17f541c083d42ccd63ac1 (diff) | |
parent | 08a63152deb5deda168aaef870bdb9f56425acb3 (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/package-versioning.patch')
-rw-r--r-- | debian/patches/package-versioning.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/package-versioning.patch b/debian/patches/package-versioning.patch index 49a3b17a6..c9c20d1c0 100644 --- a/debian/patches/package-versioning.patch +++ b/debian/patches/package-versioning.patch | |||
@@ -13,9 +13,9 @@ Last-Update: 2013-09-14 | |||
13 | 13 | ||
14 | Patch-Name: package-versioning.patch | 14 | Patch-Name: package-versioning.patch |
15 | --- | 15 | --- |
16 | sshconnect.c | 4 ++-- | 16 | sshconnect.c | 4 ++-- |
17 | sshd.c | 2 +- | 17 | sshd.c | 2 +- |
18 | version.h | 7 ++++++- | 18 | version.h | 7 ++++++- |
19 | 3 files changed, 9 insertions(+), 4 deletions(-) | 19 | 3 files changed, 9 insertions(+), 4 deletions(-) |
20 | 20 | ||
21 | diff --git a/sshconnect.c b/sshconnect.c | 21 | diff --git a/sshconnect.c b/sshconnect.c |