The branch, release/3.1.1.x has been updated via 191012c93d89d61bc01fb9018ff8d5b13ab0c0a6 (commit) from cc11577f9ccb4a7589e8f97c916fbf45409b8e95 (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 191012c93d89d61bc01fb9018ff8d5b13ab0c0a6 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).