This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from 7f0f216 x2gobroker-ssh: When agent query mode is set to LOCAL, Execute x2gobroker-agent via sudo as group "X2GOBROKER_DAEMON_GROUP". (Fixes: #835). new d638f76 Makefile: 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: Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -- Alioth's /srv/git/code.x2go.org/x2gobroker.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 d638f76a57ecf378823119691f472463f48d47e8 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Apr 2 16:13:30 2015 +0200 Makefile: fix for last commit. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 025eb07..98e0be9 100755 --- a/Makefile +++ b/Makefile @@ -144,15 +144,15 @@ install: # x2gobroker-ssh mkdir -p "${DESTDIR}${BINDIR}" "${DESTDIR}${SBINDIR}" \ - "${DESTDIR}${ETCDIR}/sudoers.d" \ + "${DESTDIR}${ETCDIR}/../sudoers.d" \ "${DESTDIR}${MANDIR}/man1" ${INSTALL_FILE} man/man1/x2gobroker-ssh.1* \ "${DESTDIR}${MANDIR}/man1" ${INSTALL_PROGRAM} bin/x2gobroker-ssh \ "${DESTDIR}${BINDIR}/" ${INSTALL_FILE} x2gobroker-ssh.sudo \ - "${DESTDIR}${ETCDIR}/sudoers.d/" - mv "${DESTDIR}${ETCDIR}/sudoers.d/x2gobroker-ssh.sudo" "${DESTDIR}${ETCDIR}/sudoers.d/x2gobroker-ssh" + "${DESTDIR}${ETCDIR}/../sudoers.d/" + mv "${DESTDIR}${ETCDIR}/../sudoers.d/x2gobroker-ssh.sudo" "${DESTDIR}${ETCDIR}/../sudoers.d/x2gobroker-ssh" # x2gobroker-wsgi mkdir -p "${DESTDIR}${ETCDIR}" "${DESTDIR}/etc/logrotate.d" -- Alioth's /srv/git/code.x2go.org/x2gobroker.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git