[X2Go-Commits] x2gothinclient.git - wheezy-tce (branch) updated: 1.0.1.8-94-ga00b75f

X2Go dev team git-admin at x2go.org
Mon Jul 22 11:14:32 CEST 2013


The branch, wheezy-tce has been updated
       via  a00b75fa5f65f69481301287885b26029763d7ee (commit)
      from  f839a5abf03b892d08f5d0a84dbc49330b26e700 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 debian/changelog                    |    1 +
 x2gothinclient/sbin/x2gothinclientd |    2 ++
 2 files changed, 3 insertions(+)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 3714b90..fcbc4d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -59,6 +59,7 @@ x2gothinclient (1.0.99.1-0~x2go1) UNRELEASED; urgency=low
       x2gothinclientd is running.
     - When finishing x2gothinclientd, wait when killing processes till all
       processes have vanished. Only kill processes owned by user x2gothinclient.
+    - When finishing x2gothinclientd, make sure no dbus-* processes remain.
   * /debian/control:
     + Maintainer change in package: X2Go Developers <x2go-dev at lists.berlios.de>.
     + Priority: optional.
diff --git a/x2gothinclient/sbin/x2gothinclientd b/x2gothinclient/sbin/x2gothinclientd
index 08ec9e2..d084166 100755
--- a/x2gothinclient/sbin/x2gothinclientd
+++ b/x2gothinclient/sbin/x2gothinclientd
@@ -28,6 +28,8 @@ sub catch_term
 	system ("killall --user x2gothinclient --wait x2goclient");
 	system ("killall --user x2gothinclient --wait Xorg");
 	system ("killall --user x2gothinclient --wait pulseaudio");
+	system ("killall --user x2gothinclient --wait dbus-daemon");
+	system ("killall --user x2gothinclient --wait dbus-launch");
 	unlink("/var/run/x2gothinclient.pid");
 	exit;
 }


hooks/post-receive
-- 
x2gothinclient.git (X2Go Thin Client Environment)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "x2gothinclient.git" (X2Go Thin Client Environment).




More information about the x2go-commits mailing list