The branch, release/4.0.1.x has been updated via 00a58a2e62e849fa85e2a996957bdd6a371c17d4 (commit) from b625d7b3c3bcc55d632360377424a0101765abb6 (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/changelog | 1 - x2goserver/bin/x2gostartagent | 4 ---- 2 files changed, 5 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index e097f89..39edf85 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,7 +14,6 @@ x2goserver (3.1.1.2-0~x2go1) UNRELEASED; urgency=low session. - Fix crashes of x2gocleansessions due to faulty syslog calls. - Drop redundant hostname calls in x2gocleansessions. - - Create $TMP and $TEMP on x2gostartagent execution if it does not exist. - Launch x2goagent with $TEMP=/tmp, otherwise it will fail. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 26 Jun 2012 09:32:31 +0200 diff --git a/x2goserver/bin/x2gostartagent b/x2goserver/bin/x2gostartagent index 763dedd..e8860ce 100755 --- a/x2goserver/bin/x2gostartagent +++ b/x2goserver/bin/x2gostartagent @@ -32,10 +32,6 @@ export NX_ROOT=$X2GO_ROOT REMOTE=localhost -# make sure the user's temporary directory exists... -test -n "$TMP" && test -d "$TMP" || mkdir -p "$TMP" -test -n "$TEMP" && test -d "$TEMP" || mkdir -p "$TEMP" - X2GO_CLIENT=`echo "$SSH_CLIENT" | awk '{print $1}'` $X2GO_LIB_PATH/x2gosyslog "$0" "debug" "client announced itself as ,,$X2GO_CLIENT''" 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).