This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from 0b59c19 x2gobroker.spec: fix syntax errors in scriptlets new c0356ee fix for last commit The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: x2gobroker.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit c0356ee6d3ae67c91e360562ec8e9079c404d533 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Oct 15 06:24:53 2014 +0200 fix for last commit --- x2gobroker.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x2gobroker.spec b/x2gobroker.spec index 94899e8..85aa8b0 100644 --- a/x2gobroker.spec +++ b/x2gobroker.spec @@ -359,8 +359,8 @@ install -pm0755 %SOURCE1 \ %pre -n python-x2gobroker if ! /usr/bin/getent group x2gobroker 1>/dev/null 2>/dev/null && /usr/sbin/groupadd -r x2gobroker; then if ! /usr/bin/getent passwd x2gobroker 1>/dev/null 2>/dev/null; then - /usr/sbin/useradd -c "X2Go Broker System User" - -d "%_localstatedir/lib/x2gobroker" + /usr/sbin/useradd -c "X2Go Broker System User" \ + -d "%_localstatedir/lib/x2gobroker" \ -g x2gobroker -r -s /bin/bash x2gobroker || : fi fi @@ -461,7 +461,7 @@ fi %pre agent if ! /usr/bin/getent group x2gobroker 1>/dev/null 2>/dev/null && /usr/sbin/groupadd -r x2gobroker; then if ! /usr/bin/getent passwd x2gobroker 1>/dev/null 2>/dev/null; then - /usr/sbin/useradd -c "X2Go Broker System User" + /usr/sbin/useradd -c "X2Go Broker System User" \ -d "%_localstatedir/lib/x2gobroker" \ -g x2gobroker -r -s /bin/bash x2gobroker || : fi -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git