The branch, master 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 ----------------------------------------------------------------- commit e9332a0113cfae33081643087036bcf19b24fdce Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Apr 1 18:29:28 2013 +0200 fix testing for default display manager ----------------------------------------------------------------------- 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).