[X2Go-Commits] x2gobroker.git - master (branch) updated: 0.0.2.3-126-g432cb24

X2Go dev team git-admin at x2go.org
Fri Dec 20 10:24:27 CET 2013


The branch, master has been updated
       via  432cb2453b561708a6942c1bc4eb9291b98d15e9 (commit)
      from  848af7187009aa6af1411584fdcbb9b1b8d4c101 (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 432cb2453b561708a6942c1bc4eb9291b98d15e9
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Dec 20 10:24:22 2013 +0100

    fix logfile name in last commit

-----------------------------------------------------------------------

Summary of changes:
 sbin/x2gobroker-authservice |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/sbin/x2gobroker-authservice b/sbin/x2gobroker-authservice
index aedf233..8de7308 100755
--- a/sbin/x2gobroker-authservice
+++ b/sbin/x2gobroker-authservice
@@ -228,8 +228,8 @@ if __name__ == '__main__':
     try:
         if CAN_DAEMONIZE and cmdline_args.daemonize:
             keep_fds = [int(fd) for fd in os.listdir('/proc/self/fd') if fd not in (0,1,2) ]
-            daemon_stdout = file(daemon_logdir+'x2gobroker-daemon.stdout', 'w+')
-            daemon_stderr = file(daemon_logdir+'x2gobroker-daemon.stderr', 'w+')
+            daemon_stdout = file(daemon_logdir+'x2gobroker-authservice.stdout', 'w+')
+            daemon_stderr = file(daemon_logdir+'x2gobroker-authservice.stderr', 'w+')
             with daemon.DaemonContext(stdout=daemon_stdout, stderr=daemon_stderr, files_preserve=keep_fds, umask=0o027, pidfile=lockfile.FileLock(pidfile)):
                 loop()
         else:


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