[X2Go-Commits] x2gothinclient.git - master (branch) updated: 1.0.1.8-82-gaaba851

X2Go dev team git-admin at x2go.org
Fri Mar 29 19:34:59 CET 2013


The branch, master has been updated
       via  aaba851450b69d66ebd3bfd2e79e7f7892f5d9e1 (commit)
      from  72b928a147fbe6b7765cc1b94bc74f6fe98a8553 (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 aaba851450b69d66ebd3bfd2e79e7f7892f5d9e1
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Mar 29 19:34:35 2013 +0100

    fix x2gothincient.postinst: was still referring to user x2goclient

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

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

The diff of changes is:
diff --git a/debian/x2gothinclient.postinst b/debian/x2gothinclient.postinst
index 9bfee43..4b8aa0d 100755
--- a/debian/x2gothinclient.postinst
+++ b/debian/x2gothinclient.postinst
@@ -77,7 +77,7 @@ case "$1" in
 			if getent group cdrom 1>/dev/null; then adduser x2gothinclient cdrom; fi
 			if getent group plugdev 1>/dev/null; then adduser x2gothinclient plugdev; fi
 			if ! getent group scard 1>/dev/null; then groupadd --system scard; fi
-			if getent group scard 1>/dev/null; then adduser x2goclient scard; fi
+			if getent group scard 1>/dev/null; then adduser x2gothinclient scard; fi
 		else
 			echo "User x2gothinclient already exists." >&2
 		fi


hooks/post-receive
-- 
x2gothinclient.git (X2Go Thin Client Environment)

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 "x2gothinclient.git" (X2Go Thin Client Environment).




More information about the x2go-commits mailing list