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/consolekit.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/consolekit.patch')
-rw-r--r-- | debian/patches/consolekit.patch | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/debian/patches/consolekit.patch b/debian/patches/consolekit.patch index 938bd6baa..e3ff4d7e4 100644 --- a/debian/patches/consolekit.patch +++ b/debian/patches/consolekit.patch | |||
@@ -8,17 +8,17 @@ Last-Updated: 2014-03-20 | |||
8 | 8 | ||
9 | Patch-Name: consolekit.patch | 9 | Patch-Name: consolekit.patch |
10 | --- | 10 | --- |
11 | Makefile.in | 3 +- | 11 | Makefile.in | 3 +- |
12 | configure | 132 +++++++++++++++++++++++++++++++ | 12 | configure | 132 +++++++++++++++++++++++++++++++ |
13 | configure.ac | 25 ++++++ | 13 | configure.ac | 25 ++++++ |
14 | consolekit.c | 240 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | 14 | consolekit.c | 240 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
15 | consolekit.h | 24 ++++++ | 15 | consolekit.h | 24 ++++++ |
16 | monitor.c | 42 ++++++++++ | 16 | monitor.c | 42 ++++++++++ |
17 | monitor.h | 2 + | 17 | monitor.h | 2 + |
18 | monitor_wrap.c | 30 +++++++ | 18 | monitor_wrap.c | 30 ++++++++ |
19 | monitor_wrap.h | 4 + | 19 | monitor_wrap.h | 4 + |
20 | session.c | 13 +++ | 20 | session.c | 13 ++++ |
21 | session.h | 6 ++ | 21 | session.h | 6 ++ |
22 | 11 files changed, 520 insertions(+), 1 deletion(-) | 22 | 11 files changed, 520 insertions(+), 1 deletion(-) |
23 | create mode 100644 consolekit.c | 23 | create mode 100644 consolekit.c |
24 | create mode 100644 consolekit.h | 24 | create mode 100644 consolekit.h |