[X2Go-Commits] x2gobroker.git - master (branch) updated: 0.0.1.0-67-g9472cbc

X2Go dev team git-admin at x2go.org
Fri Apr 26 00:53:20 CEST 2013


The branch, master has been updated
       via  9472cbc3b80ab0349feb5a020756c8bce9489be1 (commit)
      from  2a8a92b9a806b0bddee8893db10871941d0d3827 (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-authservice |    3 +++
 1 file changed, 3 insertions(+)

The diff of changes is:
diff --git a/sbin/x2gobroker-authservice b/sbin/x2gobroker-authservice
index 534a532..28084fd 100755
--- a/sbin/x2gobroker-authservice
+++ b/sbin/x2gobroker-authservice
@@ -31,6 +31,9 @@ import socket
 import getpass
 import logging.config
 
+from pwd import getpwnam
+from grp import getgrnam
+
 PROG_NAME = os.path.basename(sys.argv[0])
 PROG_OPTIONS = sys.argv[1:]
 setproctitle.setproctitle("%s %s" % (PROG_NAME, " ".join(PROG_OPTIONS)))


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