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

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


The branch, wheezy-tce has been updated
       via  e9332a0113cfae33081643087036bcf19b24fdce (commit)
      from  d9659bd14977762adfe00d0808ec9c9776f38067 (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/x2gocdmanager.init |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/debian/x2gocdmanager.init b/debian/x2gocdmanager.init
index b71f3af..26e4dfa 100644
--- a/debian/x2gocdmanager.init
+++ b/debian/x2gocdmanager.init
@@ -50,7 +50,7 @@ test -x $DAEMON || exit 0
 case "$1" in
 	start)
 		# only start the X2Go CD Manager if x2gothinclientd is configured as the default display manager
-		if [ "$(cat $DEFAULT_DISPLAY_MANAGER_FILE)" = "/usr/sbin/x2gothinclientd" ]; then
+		if [ -e /etc/X11/default-display-manager ] && [ "$(cat /etc/X11/default-display-manager)" = "/usr/sbin/x2gothinclientd" ]; then
 			log_daemon_msg "Starting $DESC" "x2gocdmanager"
 			start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid --exec $DAEMON -- $DAEMON_OPTS
 			log_end_msg $?


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