The branch, master has been updated via b81c5c9784ac0a999d2183b275e0a52300a90184 (commit) from 147d22c44167b9b2d4afbdaf17262555a7af713b (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 b81c5c9784ac0a999d2183b275e0a52300a90184 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat May 19 01:44:54 2012 +0200 beautify preinst script notification ----------------------------------------------------------------------- Summary of changes: debian/x2goserver.preinst | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/debian/x2goserver.preinst b/debian/x2goserver.preinst index 117bb2c..fdff7bf 100755 --- a/debian/x2goserver.preinst +++ b/debian/x2goserver.preinst @@ -23,8 +23,8 @@ case "$1" in # cleanup old x2goserver installations rm -Rfv /var/db/x2go/ if getent group x2gousers >/dev/null; then - echo "The ,,x2gousers'' is no longer used by x2go and can be" - echo "removed as soon as no users are members of this group" + echo "The group ,,x2gousers'' is no longer used by X2Go and can be" + echo "removed as soon as no users are members of this group anymore." fi ;; abort-upgrade) hooks/post-receive -- x2goserver.git (X2Go Server) 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 "x2goserver.git" (X2Go Server).