commit 17a5727e8f0b1800eb089d4498d95796e743c447
Author: John Poet <jpoet@mythtv.org>
Date: Sat Sep 26 17:32:26 2015 -0600
Allow the first kill, to actually kill mythbackend.
diff --git a/mythtv/programs/mythbackend/main.cpp b/mythtv/programs/mythbackend/main.cpp
index 717c2a9..7a1205a 100644
|
a
|
b
|
int main(int argc, char **argv)
|
| 117 | 117 | |
| 118 | 118 | #ifndef _WIN32 |
| 119 | 119 | QList<int> signallist; |
| 120 | | signallist << SIGINT << SIGTERM << SIGSEGV << SIGABRT << SIGBUS << SIGFPE |
| | 120 | signallist /*<< SIGINT << SIGTERM */ |
| | 121 | << SIGSEGV << SIGABRT << SIGBUS << SIGFPE |
| 121 | 122 | << SIGILL; |
| 122 | 123 | #if ! CONFIG_DARWIN |
| 123 | 124 | signallist << SIGRTMIN; |