The branch, master has been updated via ae952c3ad02ebd5231b425cfcc13c8a6515c01d8 (commit) from afbd6ea63298d948d3543143e13ed12db7b3fddd (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 ae952c3ad02ebd5231b425cfcc13c8a6515c01d8 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Sep 28 17:06:28 2011 +0200 remove debug code(2) ----------------------------------------------------------------------- Summary of changes: bin/x2godesktopsharing-terminate | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/bin/x2godesktopsharing-terminate b/bin/x2godesktopsharing-terminate index e2ef51a..3a14cbc 100755 --- a/bin/x2godesktopsharing-terminate +++ b/bin/x2godesktopsharing-terminate @@ -38,7 +38,7 @@ for process_id in `pidof x2godesktopsharing`; do env_of_process=${env_of_process//^@/\\n} display=$(echo -e $env_of_process | egrep "^DISPLAY=.*$" | cut -d"=" -f2) if echo $display | grep $X2GO_DISPLAY &>/dev/null; then - echo kill -SIGTERM $process_id + kill -SIGTERM $process_id fi done hooks/post-receive -- x2godesktopsharing.git (Desktop Sharing for X2go) 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 "x2godesktopsharing.git" (Desktop Sharing for X2go).