The branch, master has been updated via c11cd7def5185eeb6b71a8affc0dec942d6d608d (commit) from 885ca4507532e2987462b4b7fde34bcad56565bc (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 c11cd7def5185eeb6b71a8affc0dec942d6d608d Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Mar 29 18:03:26 2013 +0100 fix default daemon check in init script ----------------------------------------------------------------------- Summary of changes: debian/x2gothinclient.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/debian/x2gothinclient.init b/debian/x2gothinclient.init index 1132e66..cbfd047 100644 --- a/debian/x2gothinclient.init +++ b/debian/x2gothinclient.init @@ -62,12 +62,12 @@ DEFAULT_DISPLAY_MANAGER_FILE=/etc/X11/default-display-manager case "$1" in start) - CONFIGURED_DAEMON="$(basename \"$(cat $DEFAULT_DISPLAY_MANAGER_FILE 2> /dev/null)\")" + CONFIGURED_DAEMON="$(basename $(cat $DEFAULT_DISPLAY_MANAGER_FILE 2> /dev/null))" if grep -wqs text /proc/cmdline; then log_warning_msg "Not starting GNOME Display Manager (gdm); found 'text' in kernel commandline." elif [ -e "$DEFAULT_DISPLAY_MANAGER_FILE" ] && \ [ "$HEED_DEFAULT_DISPLAY_MANAGER" = "true" ] && \ - [ "$CONFIGURED_DAEMON" != x2gothinclientd ] ; then + [ "$CONFIGURED_DAEMON" != "x2gothinclientd" ] ; then log_action_msg "Not starting X2Go Client in TCE mode; it is not configured as default display manager" else log_daemon_msg "Starting $DESC" "x2gothinclientd" 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).