The branch, master has been updated via 547b635ac534a7ae4221b0be77c681dfed6d818a (commit) from 433911044d5a741726d0153dd588f8ab9fd92d30 (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 547b635ac534a7ae4221b0be77c681dfed6d818a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Dec 18 22:46:16 2013 +0100 x2gobroker.spec: the x2gobroker requires a valid / real shell, bash for convenience ----------------------------------------------------------------------- Summary of changes: x2gobroker.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/x2gobroker.spec b/x2gobroker.spec index f1ec5e7..9f99cd3 100644 --- a/x2gobroker.spec +++ b/x2gobroker.spec @@ -247,7 +247,7 @@ if ! /usr/bin/getent group x2gobroker >/dev/null 2>/dev/null && /usr/sbin/groupa /usr/bin/getent passwd x2gobroker >/dev/null 2>/dev/null || \ /usr/sbin/useradd -c "x2go broker server/user" \ -d "%_localstatedir/lib/x2gobroker" \ - -g x2gobroker -r -s /bin/false x2gobroker || :; + -g x2gobroker -r -s /bin/bash x2gobroker || :; fi; %preun @@ -317,7 +317,7 @@ if ! /usr/bin/getent group x2gobroker >/dev/null 2>/dev/null && \ /usr/bin/getent passwd x2gobroker >/dev/null 2>/dev/null || \ /usr/sbin/useradd -c "x2go broker server/user" \ -d "%_localstatedir/lib/x2gobroker" \ - -g x2gobroker -r -s /bin/false x2gobroker || :; + -g x2gobroker -r -s /bin/bash x2gobroker || :; fi; %preun agent 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).