The branch, master has been updated via 9b08fc914cf3e25d04ecf6ed4935ca17979e1c8e (commit) from 3e55bbb0dcb5b02c5dc58774e040831ae9192292 (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 9b08fc914cf3e25d04ecf6ed4935ca17979e1c8e Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Dec 19 22:28:21 2013 +0100 fix for commit 167b8152 ----------------------------------------------------------------------- Summary of changes: sbin/x2gobroker-authservice | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/sbin/x2gobroker-authservice b/sbin/x2gobroker-authservice index 7f3c113..b5d93cf 100755 --- a/sbin/x2gobroker-authservice +++ b/sbin/x2gobroker-authservice @@ -39,7 +39,7 @@ try: RUNDIR = '/run' else: RUNDIR = '/var/run' - pidfile = '{run}/x2gobroker/x2gobroker-daemon.pid'.format(run=RUNDIR) + pidfile = '{run}/x2gobroker/x2gobroker-authservice.pid'.format(run=RUNDIR) except ImportError: CAN_DAEMONIZE = False 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).