The branch, master has been updated via 10be8116a454d78f4a04417b7241fe14a8f331dd (commit) from a395fccb7649db1795f947319520345aa28b4b4f (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 10be8116a454d78f4a04417b7241fe14a8f331dd Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Nov 29 16:53:47 2012 +0100 create PID file when starting x2gobroker-daemon ----------------------------------------------------------------------- Summary of changes: debian/x2gobroker-daemon.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/debian/x2gobroker-daemon.init b/debian/x2gobroker-daemon.init index 59e868b..1173611 100644 --- a/debian/x2gobroker-daemon.init +++ b/debian/x2gobroker-daemon.init @@ -44,7 +44,7 @@ case "${1:-}" in log_daemon_msg "Starting X2Go Session Broker standalone daemon" "x2gobroker" mkdir -p $RUNDIR set +e - start-stop-daemon -b -S -p $PIDFILE -x $DAEMON + start-stop-daemon -b -m -S -p $PIDFILE -x $DAEMON log_end_msg $? set -e fi 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).