aboutsummaryrefslogtreecommitdiffstats
path: root/main/quagga-nhrp/dont-hook-core-signals.patch
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2015-07-03 10:24:54 +0000
committerTimo Teräs <timo.teras@iki.fi>2015-07-03 10:28:18 +0000
commit04c6cba2e48b378679f8316fdd9dd895cede4bc9 (patch)
tree1835844121500be47c932af04ea5961ae7082b14 /main/quagga-nhrp/dont-hook-core-signals.patch
parent33c3a706bad78049366a3148bc2ffc950ac24172 (diff)
downloadaports-04c6cba2e48b378679f8316fdd9dd895cede4bc9.tar.bz2
aports-04c6cba2e48b378679f8316fdd9dd895cede4bc9.tar.xz
main/quagga-nhrp: moved from testing
and update patches from main/quagga
Diffstat (limited to 'main/quagga-nhrp/dont-hook-core-signals.patch')
-rw-r--r--main/quagga-nhrp/dont-hook-core-signals.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/main/quagga-nhrp/dont-hook-core-signals.patch b/main/quagga-nhrp/dont-hook-core-signals.patch
new file mode 100644
index 0000000000..0fa57502d0
--- /dev/null
+++ b/main/quagga-nhrp/dont-hook-core-signals.patch
@@ -0,0 +1,20 @@
+diff --git a/lib/sigevent.c b/lib/sigevent.c
+index c80a729..1221c25 100644
+--- a/lib/sigevent.c
++++ b/lib/sigevent.c
+@@ -244,6 +244,7 @@ static void
+ trap_default_signals(void)
+ {
+ static const int core_signals[] = {
++#if 0
+ SIGQUIT,
+ SIGILL,
+ #ifdef SIGEMT
+@@ -261,6 +262,7 @@ trap_default_signals(void)
+ #ifdef SIGXFSZ
+ SIGXFSZ,
+ #endif
++#endif
+ };
+ static const int exit_signals[] = {
+ SIGHUP,