The branch, master has been updated via 7381ed8130b2b83fe2efc16466b2107ec199014a (commit) from 64a4bbcdb88c6c7c9748da79e11e0cec7fe37bed (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 7381ed8130b2b83fe2efc16466b2107ec199014a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Feb 27 11:53:13 2013 +0100 Fix init script x2gobroker-authservice. (Fixes: #124). ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + debian/x2gobroker-authservice.init | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index e32ed19..f335519 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ x2gobroker (0.0.0.4-0~x2go1) UNRELEASED; urgency=low one of the listed hostnames in one client ACL definition is not resolvable. Such a failure will deny access to the corresponding session profile. + - Fix init script x2gobroker-authservice. (Fixes: #124). -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 21 Feb 2013 21:47:32 +0100 diff --git a/debian/x2gobroker-authservice.init b/debian/x2gobroker-authservice.init index c00c800..56efcb7 100755 --- a/debian/x2gobroker-authservice.init +++ b/debian/x2gobroker-authservice.init @@ -38,7 +38,7 @@ if ! getent passwd $X2GOBROKER_DAEMON_USER 1>/dev/null 2>/dev/null; then X2GOBROKER_DAEMON_USER=nobody fi if ! getent group $X2GOBROKER_DAEMON_GROUP 1>/dev/null 2>/dev/null; then - X2GOBROKER_DAEMON_USER=nogroup + X2GOBROKER_DAEMON_GROUP=nogroup fi # create PID directory 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).