The branch, master has been updated via 7ac89900fc8f98bc94c1651e520f8003b2f559a8 (commit) from 9cc96c24034b67ce69434d66b392f1ff1b59eaab (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 7ac89900fc8f98bc94c1651e520f8003b2f559a8 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Dec 19 22:14:11 2013 +0100 rpm/x2gobroker.init use the broker's daemonizing support ----------------------------------------------------------------------- Summary of changes: rpm/x2gobroker-daemon.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/rpm/x2gobroker-daemon.init b/rpm/x2gobroker-daemon.init index 38072ec..13a71fe 100644 --- a/rpm/x2gobroker-daemon.init +++ b/rpm/x2gobroker-daemon.init @@ -69,7 +69,7 @@ export X2GOBROKER_SSL_KEYFILE exec=$DAEMON prog=$(basename $DAEMON) config=$DEFAULTCONFIG_DAEMON -OPTS="--mode HTTP -p \"$DAEMON_BIND_ADDRESS\"" +OPTS="--mode HTTP -D -P \"$PIDFILE_BROKER\" -b \"$DAEMON_BIND_ADDRESS\"" lockfile=/var/lock/subsys/$prog @@ -82,7 +82,7 @@ start() { if is_true $START_BROKER; then echo -n $"Starting $prog: " set +e - daemon --user $X2GOBROKER_DAEMON_USER $exec $OPTS + daemon --user $X2GOBROKER_DAEMON_USER $exec $OPTS 2>/dev/null retval=$? set -e echo 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).