[X2go-Commits] x2goserver.git - master (branch) updated: 3.0.99.7-8-g4fc8a77
X2go dev team
git-admin at x2go.org
Fri Oct 28 23:59:51 CEST 2011
The branch, master has been updated
via 4fc8a771b56c267e489a8a7faa4089864149ac43 (commit)
from 8580ba4b53602556e9e5b96bd6e87e2945b5be2f (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 4fc8a771b56c267e489a8a7faa4089864149ac43
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Fri Oct 28 23:59:42 2011 +0200
fix STARTUP variable content in x2goruncommand when using X2GOSERVER_XSESSION feature
-----------------------------------------------------------------------
Summary of changes:
x2goserver/bin/x2goruncommand | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
The diff of changes is:
diff --git a/x2goserver/bin/x2goruncommand b/x2goserver/bin/x2goruncommand
index 99b4028..37cb311 100755
--- a/x2goserver/bin/x2goruncommand
+++ b/x2goserver/bin/x2goruncommand
@@ -119,8 +119,7 @@ if [ "$EXEC" != "" ] && [ -x $EXEC ]; then
x2gofeature X2GO_XSESSION &>/dev/null && [ "x$X2GO_SESS_TYPE" = "xD" ] && {
STARTUP=$cmd
$X2GO_LIB_PATH/x2gosyslog "$0" "notice" "launching session with Xsession-x2go mechanism, using STARTUP=\"$STARTUP\""
- export $STARTUP
- /etc/x2go/Xsession
+ STARTUP="$STARTUP" /etc/x2go/Xsession
} || {
$cmd
}
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).
More information about the x2go-commits
mailing list