[X2go-Commits] x2goserver.git - master (branch) updated: 3.0.99-2-205-g09bc0a0

X2go dev team git-admin at x2go.org
Tue Aug 30 11:20:02 CEST 2011


The branch, master has been updated
       via  09bc0a02f32073184326a06f604a72081ec54878 (commit)
      from  a851ed4e8be7b6989eb37830f0777f5bd190b8f0 (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 09bc0a02f32073184326a06f604a72081ec54878
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Aug 30 11:21:10 2011 +0200

    typo fix in postinst script

-----------------------------------------------------------------------

Summary of changes:
 debian/x2goserver.postinst |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

The diff of changes is:
diff --git a/debian/x2goserver.postinst b/debian/x2goserver.postinst
index f856e86..d59b65d 100755
--- a/debian/x2goserver.postinst
+++ b/debian/x2goserver.postinst
@@ -106,7 +106,7 @@ case "$1" in
 		else
 			echo "User x2goprint already exists." >&2
 			# make sure all settings are appropriate
-			if [ "`id -gn x2gprint`" != "x2goprint" ]; then
+			if [ "`id -gn x2goprint`" != "x2goprint" ]; then
 				usermod --gid x2goprint# x2goprint
 			fi
 			if [ "`ls -1d ~x2goprint`" != "/var/spool/x2goprint" ]; then


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).




More information about the x2go-commits mailing list