The branch, master has been updated via 0848d704e2c5df465263b8ea78e06d116a2cfeca (commit) from 10be8116a454d78f4a04417b7241fe14a8f331dd (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 0848d704e2c5df465263b8ea78e06d116a2cfeca Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Nov 29 16:57:20 2012 +0100 set process title when running x2gobroker in standalone mode ----------------------------------------------------------------------- Summary of changes: sbin/x2gobroker | 2 ++ 1 file changed, 2 insertions(+) The diff of changes is: diff --git a/sbin/x2gobroker b/sbin/x2gobroker index 103a6a5..0b42c84 100755 --- a/sbin/x2gobroker +++ b/sbin/x2gobroker @@ -147,6 +147,8 @@ $output if __name__ == "__main__": + import setproctitle + setproctitle.setproctitle(os.path.basename(sys.argv[0])) app = web.application(urls, globals()) app.internalerror = web.debugerror app.run() hooks/post-receive -- x2gobroker.git (HTTP(S) Session broker 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 "x2gobroker.git" (HTTP(S) Session broker for X2Go).