This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from 04e5def Don't enforce agent query mode "SSH" for x2gobroker-ssh anymore. new 67945a5 drop »« quotes in postinst script output 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: debian/x2gobroker-ssh.postinst | 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 67945a51cbf5b6d38ebabf6f211e9d69793cbaca Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Apr 1 06:22:08 2015 +0200 drop »« quotes in postinst script output --- debian/x2gobroker-ssh.postinst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/x2gobroker-ssh.postinst b/debian/x2gobroker-ssh.postinst index 45bdd6f..0eed814 100755 --- a/debian/x2gobroker-ssh.postinst +++ b/debian/x2gobroker-ssh.postinst @@ -71,7 +71,7 @@ case "$1" in fi else - echo "Group »$group« already exists." 1>&2 + echo "Group $group already exists." 1>&2 fi fi @@ -86,13 +86,13 @@ case "$1" in if getent group $group 1>/dev/null; then dpkg-statoverride --add --update x2gobroker $group 4550 /usr/bin/x2gobroker-ssh else - echo "Group »$group« does not exist. Resetting file permissions of /usr/bin/x2gobroker-ssh to 0755:root:root." 1>&2 + echo "Group $group does not exist. Resetting file permissions of /usr/bin/x2gobroker-ssh to 0755:root:root." 1>&2 fi if [ "$del_last_group" = "true" ]; then # try to remove the formerly used group for this role, on failure, ignore it if getent group $last_group 1>/dev/null && [ $(getent group $last_group | cut -d ":" -f 3) -ge 500 ] && [ $(getent group $last_group | cut -d ":" -f 1) != "nogroup" ]; then - delgroup "$last_group" && echo "Removing Posix group »$last_group« as requested." + delgroup "$last_group" && echo "Removing Posix group $last_group as requested." db_reset x2gobroker-ssh/del-last-group-x2gobroker-users fi fi -- Alioth's /srv/git/code.x2go.org/x2gobroker.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git