This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from 6e22bbd Move session file to /tmp/.x2go-$USER. Remove nxcleanup script. Remove unused dependencies. new 29eaebf typo fix :-) The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: x2goserver/bin/x2gostartagent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 29eaebffb8d37d901f05652580c050f10591b9ab Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jun 27 17:45:41 2014 +0200 typo fix :-) --- x2goserver/bin/x2gostartagent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x2goserver/bin/x2gostartagent b/x2goserver/bin/x2gostartagent index 732df7d..17e436c 100755 --- a/x2goserver/bin/x2gostartagent +++ b/x2goserver/bin/x2gostartagent @@ -252,7 +252,7 @@ if [ ! -d "$X2GO_ROOT" ]; then fi X2GO_TMP_ROOT="/tmp/.x2go-${USER}" -if [ ! -d "$X2GO__TMP_ROOT" ]; then +if [ ! -d "$X2GO_TMP_ROOT" ]; then mkdir "$X2GO_TMP_ROOT" fi -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git