diff options
Diffstat (limited to 'debian/patches/sigstop.patch')
-rw-r--r-- | debian/patches/sigstop.patch | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/debian/patches/sigstop.patch b/debian/patches/sigstop.patch index 3311a797c..febcbc86a 100644 --- a/debian/patches/sigstop.patch +++ b/debian/patches/sigstop.patch | |||
@@ -1,13 +1,21 @@ | |||
1 | Description: Support synchronisation with service supervisor using SIGSTOP | 1 | From 6fba9b85d3529fd3e1ca03dff3e457f04b3e39dd Mon Sep 17 00:00:00 2001 |
2 | Author: Colin Watson <cjwatson@debian.org> | 2 | From: Colin Watson <cjwatson@debian.org> |
3 | Date: Sun, 9 Feb 2014 16:10:17 +0000 | ||
4 | Subject: Support synchronisation with service supervisor using SIGSTOP | ||
5 | |||
3 | Forwarded: no | 6 | Forwarded: no |
4 | Last-Update: 2013-09-14 | 7 | Last-Update: 2013-09-14 |
5 | 8 | ||
6 | Index: b/sshd.c | 9 | Patch-Name: sigstop.patch |
7 | =================================================================== | 10 | --- |
11 | sshd.c | 4 ++++ | ||
12 | 1 file changed, 4 insertions(+) | ||
13 | |||
14 | diff --git a/sshd.c b/sshd.c | ||
15 | index 6b988fe..72e9eaf 100644 | ||
8 | --- a/sshd.c | 16 | --- a/sshd.c |
9 | +++ b/sshd.c | 17 | +++ b/sshd.c |
10 | @@ -1914,6 +1914,10 @@ | 18 | @@ -1914,6 +1914,10 @@ main(int ac, char **av) |
11 | } | 19 | } |
12 | } | 20 | } |
13 | 21 | ||