[X2go-Commits] x2goserver.git - master (branch) updated: 3.0.99-2-248-g7ebf101

X2go dev team git-admin at x2go.org
Sat Sep 10 00:52:04 CEST 2011


The branch, master has been updated
       via  7ebf1019b340513c7f666bd7d19329ad4cc5ce82 (commit)
       via  7cc5b2b6d159b553194aef26f5941662c17cf234 (commit)
      from  8a38e03205423e1d3dfcd60a5e040cc95ca79738 (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 7ebf1019b340513c7f666bd7d19329ad4cc5ce82
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sat Sep 10 00:53:05 2011 +0200

    changelog update

commit 7cc5b2b6d159b553194aef26f5941662c17cf234
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sat Sep 10 00:52:56 2011 +0200

    notice log message for x2gostartagent

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog              |    2 ++
 x2goserver/bin/x2gostartagent |    4 ++++
 2 files changed, 6 insertions(+), 0 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 5abbf38..8aded28 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -49,6 +49,8 @@ x2goserver (3.0.99.5-0~x2go3) UNRELEASED; urgency=low
   * Add info loglevel messages for x2goserver-extensions scripts.
   * Add debug messages to x2gomountdirs script.
   * Use usermapping for SSHFS mount points.
+  * Add notice messages for start, suspend, resume, terminate, mountdirs
+    actions.
 
   [ Martin Oehler ]
   * Removes old debug code fragment, fixes x2golistsessions parsing.
diff --git a/x2goserver/bin/x2gostartagent b/x2goserver/bin/x2gostartagent
index 544a382..3527ac4 100755
--- a/x2goserver/bin/x2gostartagent
+++ b/x2goserver/bin/x2gostartagent
@@ -20,6 +20,8 @@
 # Copyright (C) 2007-2011  Oleksandr Shneyder <oleksandr.shneyder at obviously-nice.de>
 # Copyright (C) 2007-2011  Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
 
+set -e
+
 X2GO_LIB_PATH=`echo -n \$(x2gobasepath)/lib/x2go`
 
 $X2GO_LIB_PATH/x2gosyslog "$0" "info" "$(basename $0) called with options: $@"
@@ -224,6 +226,8 @@ else
 	LD_LIBRARY_PATH=$X2GO_LIB x2goagent $X2GODPIOPTION_ $XDMCPOPT  -$SESSION_TYPE -auth ~/.Xauthority -geometry ${X2GO_GEOMETRY} -name "X2GO-${SESSION_NAME}"  ${NX_AGENT} 2>${SESSION_DIR}/session.log &
 fi
 
+$X2GO_LIB_PATH/x2gosyslog "$0" "notice" "successfully started X2go session with ID $SESSION_NAME"
+
 X2GO_AGENT_PID=$!
 
 X2GO_SND_PORT=1024


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