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/auth-log-verbosity.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/auth-log-verbosity.patch')
-rw-r--r-- | debian/patches/auth-log-verbosity.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches/auth-log-verbosity.patch b/debian/patches/auth-log-verbosity.patch index 96632057b..8d26d7b6f 100644 --- a/debian/patches/auth-log-verbosity.patch +++ b/debian/patches/auth-log-verbosity.patch | |||
@@ -9,10 +9,10 @@ Last-Update: 2013-09-14 | |||
9 | 9 | ||
10 | Patch-Name: auth-log-verbosity.patch | 10 | Patch-Name: auth-log-verbosity.patch |
11 | --- | 11 | --- |
12 | auth-options.c | 35 ++++++++++++++++++++++++++--------- | 12 | auth-options.c | 35 ++++++++++++++++++++++++++--------- |
13 | auth-options.h | 1 + | 13 | auth-options.h | 1 + |
14 | auth-rsa.c | 2 ++ | 14 | auth-rsa.c | 2 ++ |
15 | auth2-pubkey.c | 3 +++ | 15 | auth2-pubkey.c | 3 +++ |
16 | 4 files changed, 32 insertions(+), 9 deletions(-) | 16 | 4 files changed, 32 insertions(+), 9 deletions(-) |
17 | 17 | ||
18 | diff --git a/auth-options.c b/auth-options.c | 18 | diff --git a/auth-options.c b/auth-options.c |