[X2Go-Commits] x2gobroker.git - master-inai (branch) updated: 0848d704e2c5df465263b8ea78e06d116a2cfeca

X2Go dev team git-admin at x2go.org
Tue Apr 23 21:08:16 CEST 2013


The branch, master-inai 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 -----------------------------------------------------------------
-----------------------------------------------------------------------

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).




More information about the x2go-commits mailing list