[X2Go-Commits] x2godesktopsharing.git - build-main (branch) updated: 3.0.1-2-9-g6236951

X2Go dev team git-admin at x2go.org
Sat Jun 8 01:13:18 CEST 2013


The branch, build-main has been updated
       via  62369510c26ed4d28cb2ef7091a848016111edc9 (commit)
      from  5fd6ea3e6b35a86fd037e35d56fb9fb71442b1e6 (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 62369510c26ed4d28cb2ef7091a848016111edc9
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Apr 14 21:45:42 2011 +0200

    possible-bashism-in-maintainer-script postinst:23

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

Summary of changes:
 debian/x2godesktopsharing.postinst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/debian/x2godesktopsharing.postinst b/debian/x2godesktopsharing.postinst
index d7c3f36..2f7b721 100755
--- a/debian/x2godesktopsharing.postinst
+++ b/debian/x2godesktopsharing.postinst
@@ -23,7 +23,7 @@ set -e
 case "$1" in
     configure)
     X2GOGRP=`getent group | grep x2gousers`
-    if [ "$X2GOGRP" == "" ]
+    if [ "x$X2GOGRP"="x" ]
     then 
          addgroup --system x2gousers
     fi


hooks/post-receive
-- 
x2godesktopsharing.git (Desktop Sharing for X2Go)

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 "x2godesktopsharing.git" (Desktop Sharing for X2Go).




More information about the x2go-commits mailing list