Index: head/sysutils/monit/files/patch-src_http.c =================================================================== --- head/sysutils/monit/files/patch-src_http.c (nonexistent) +++ head/sysutils/monit/files/patch-src_http.c (revision 399918) @@ -0,0 +1,11 @@ +--- src/http.c.orig 2015-06-02 10:09:34 UTC ++++ src/http.c +@@ -137,6 +137,8 @@ void monit_http(Httpd_Action action) { + + + static void *thread_wrapper(void *arg) { ++ sigset_t ns; ++ set_signal_block(&ns, NULL); + Engine_start(); + #ifdef HAVE_OPENSSL + Ssl_threadCleanup(); Property changes on: head/sysutils/monit/files/patch-src_http.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/monit/files/patch-src_monit.c =================================================================== --- head/sysutils/monit/files/patch-src_monit.c (nonexistent) +++ head/sysutils/monit/files/patch-src_monit.c (revision 399918) @@ -0,0 +1,11 @@ +--- src/monit.c.orig 2015-06-08 12:24:39 UTC ++++ src/monit.c +@@ -819,6 +819,8 @@ static void version() { + * M/Monit heartbeat thread + */ + static void *heartbeat(void *args) { ++ sigset_t ns; ++ set_signal_block(&ns, NULL); + LogInfo("M/Monit heartbeat started\n"); + LOCK(heartbeatMutex) + { Property changes on: head/sysutils/monit/files/patch-src_monit.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property