The branch, master has been updated via b8d0dbe19e2bb2c60a4708bbe1c2bb694fabb858 (commit) from 5133aa3b4983e32fe304a4b763e45ab40653a984 (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 b8d0dbe19e2bb2c60a4708bbe1c2bb694fabb858 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Dec 14 01:36:02 2013 +0100 x2gobroker-daemon.init: improve stop script ----------------------------------------------------------------------- Summary of changes: init/x2gobroker-daemon.init | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) The diff of changes is: diff --git a/init/x2gobroker-daemon.init b/init/x2gobroker-daemon.init index d049d0a..e08921c 100755 --- a/init/x2gobroker-daemon.init +++ b/init/x2gobroker-daemon.init @@ -101,8 +101,7 @@ case "${1:-}" in if [ -f $PIDFILE_BROKER ] ; then log_daemon_msg "Stopping X2Go Session Broker standalone daemon" "$(basename $DAEMON)" set +e - start-stop-daemon -K -p $PIDFILE_BROKER - rm -f $PIDFILE_BROKER + start-stop-daemon -K -p $PIDFILE_BROKER && rm -f $PIDFILE_BROKER 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).