[X2Go-Commits] [x2gobroker] 01/01: drop »« quotes in postinst script output
git-admin at x2go.org
git-admin at x2go.org
Wed Apr 1 06:22:13 CEST 2015
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 at 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
More information about the x2go-commits
mailing list