The branch, master has been updated via 84a07a50c36aca75f0f869c0c0d5e62aff714745 (commit) from a994e7f8f7493d0feae189d57b154b99e2e7de9c (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 84a07a50c36aca75f0f869c0c0d5e62aff714745 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Nov 29 17:09:45 2012 +0100 x2gobroker-daemon.init: make sure daemon process gets stopped properly ----------------------------------------------------------------------- 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 1173611..c65cca9 100644 --- a/debian/x2gobroker-daemon.init +++ b/debian/x2gobroker-daemon.init @@ -53,7 +53,7 @@ case "${1:-}" in if [ -f $PIDFILE ] ; then log_daemon_msg "Stopping X2Go Session Broker standalone daemon" "x2gobroker" set +e - start-stop-daemon -K -p $PIDFILE -x $DAEMON + start-stop-daemon -K -p $PIDFILE rm -f $PIDFILE log_end_msg $? set -e 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).