summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--dispatcher/dispatcher.c2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c9f20f4..453d836 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-10-24 Carlos Garnacho <carlosg@gnome.org>
+ * dispatcher/dispatcher.c: exit() on SIGTERM.
+
+2006-10-24 Carlos Garnacho <carlosg@gnome.org>
+
Continued work on the dispatcher, I think it's now feature complete
enough to work.
diff --git a/dispatcher/dispatcher.c b/dispatcher/dispatcher.c
index 8655209..136f8c9 100644
--- a/dispatcher/dispatcher.c
+++ b/dispatcher/dispatcher.c
@@ -265,6 +265,8 @@ on_sigterm (gint signal)
g_source_remove (watch_id);
kill (bus_pid, SIGTERM);
}
+
+ exit (0);
}
int