From fbf70b1828d8c89c2a6488b7350460c7d0ab1742 Mon Sep 17 00:00:00 2001 From: carlosg Date: Tue, 24 Oct 2006 14:06:05 +0000 Subject: 2006-10-24 Carlos Garnacho * dispatcher/dispatcher.c: exit() on SIGTERM. --- ChangeLog | 4 ++++ dispatcher/dispatcher.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index c9f20f4..453d836 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-10-24 Carlos Garnacho + + * dispatcher/dispatcher.c: exit() on SIGTERM. + 2006-10-24 Carlos Garnacho Continued work on the dispatcher, I think it's now feature complete 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 -- cgit v1.2.3