The branch, master has been updated via 3b277bdecf2e517b5af746755848b999456197dc (commit) from 6543a391c5932332dbfe82d51a8cd2c3a4f8d62e (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 3b277bdecf2e517b5af746755848b999456197dc Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Nov 23 15:22:53 2012 +0100 remove debug code ----------------------------------------------------------------------- Summary of changes: x2goserver/bin/x2gostartagent | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) The diff of changes is: diff --git a/x2goserver/bin/x2gostartagent b/x2goserver/bin/x2gostartagent index d7a5f1d..5499d15 100755 --- a/x2goserver/bin/x2gostartagent +++ b/x2goserver/bin/x2gostartagent @@ -78,10 +78,7 @@ if [ "$X2GO_STYPE" == "S" ]; then exit -1 fi X2GO_COOKIE=`echo $OUTPUT | awk '{print $2}'` - X2GO_PORT=`echo $OUTPUT | awk '{print $1}' - echo "==================" - echo "X2GO_PORT: $X2GO_PORT" -` echo "==================" + X2GO_PORT=`echo $OUTPUT | awk '{print $1}'` $X2GO_LIB_PATH/x2gosyslog "$0" "debug" "received shadow session information: cookie: $X2GO_COOKIE, port: $X2GO_PORT" xauth -f "$XAUTHORITY" add "${HOSTNAME}/unix:${X2GO_PORT}" MIT-MAGIC-COOKIE-1 "${X2GO_COOKIE}" hooks/post-receive -- x2goserver.git (X2Go Server) 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 "x2goserver.git" (X2Go Server).