The branch, master has been updated via c12be797c5798f68a73ce3581fb6b46a4912b03a (commit) via d78d8b3ed09e72f85e2e74c9382e3772b7b279a2 (commit) from 2c3b46ea488384648ff4f3fad17a806a99b290a4 (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 c12be797c5798f68a73ce3581fb6b46a4912b03a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Sep 22 18:00:02 2011 +0200 tab fixes commit d78d8b3ed09e72f85e2e74c9382e3772b7b279a2 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Sep 22 17:49:08 2011 +0200 add newline at EOF ----------------------------------------------------------------------- Summary of changes: x2goserver/bin/x2gomountdirs | 2 +- x2goserver/bin/x2goterminate-session | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) The diff of changes is: diff --git a/x2goserver/bin/x2gomountdirs b/x2goserver/bin/x2gomountdirs index 18d019f..451e328 100755 --- a/x2goserver/bin/x2gomountdirs +++ b/x2goserver/bin/x2gomountdirs @@ -315,4 +315,4 @@ unlink($key); unlink("$key.ident"); # closing syslog -closelog; \ No newline at end of file +closelog; diff --git a/x2goserver/bin/x2goterminate-session b/x2goserver/bin/x2goterminate-session index 0780cdf..bc84950 100755 --- a/x2goserver/bin/x2goterminate-session +++ b/x2goserver/bin/x2goterminate-session @@ -38,9 +38,9 @@ $X2GO_LIB_PATH/x2gochangestatus 'F' $SESSION_NAME > /dev/null kill -TERM $X2GO_AGENT_PID &>/dev/null && { $X2GO_LIB_PATH/x2gosyslog "$0" "notice" "session with ID $SESSION_NAME has been terminated successfully" } || { - err_msg="ERROR: failed to terminate session with ID $SESSION_NAME" - echo "$err_msg" 1>&2 - $X2GO_LIB_PATH/x2gosyslog "$0" "err" "$err_msg" + err_msg="ERROR: failed to terminate session with ID $SESSION_NAME" + echo "$err_msg" 1>&2 + $X2GO_LIB_PATH/x2gosyslog "$0" "err" "$err_msg" } export HOSTNAME 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).