]> git.mxchange.org Git - flightgear.git/commitdiff
Fix for bug 62, clean exit of terrasync on SIGTERM
authorJames Turner <zakalawe@mac.com>
Fri, 26 Nov 2010 02:10:41 +0000 (02:10 +0000)
committerJames Turner <zakalawe@mac.com>
Fri, 26 Nov 2010 02:10:41 +0000 (02:10 +0000)
utils/TerraSync/terrasync.cxx

index 0628e2aef0dd35fc2a594b9a8d995cde8cf91ece..d48e43f775cfbf34a3c3467444fcda56f5fcbfb0 100644 (file)
@@ -279,7 +279,7 @@ int termination_triggering_signals[] = {
 #if defined(_MSC_VER) || defined(__MINGW32__)
     SIGINT, SIGILL, SIGFPE, SIGSEGV, SIGTERM, SIGBREAK, SIGABRT,
 #else
-    SIGHUP, SIGINT, SIGQUIT, SIGKILL,
+    SIGHUP, SIGINT, SIGQUIT, SIGKILL, SIGTERM,
 #endif
     0};  // zero terminated