[X2Go-Commits] x2goserver.git - release/4.0.1.x (branch) updated: 3.0.99-2-108-gee1805d

X2Go dev team git-admin at x2go.org
Thu Jun 6 13:34:33 CEST 2013


The branch, release/4.0.1.x has been updated
       via  ee1805d8502441f57561c573308e85fdb7482dd2 (commit)
      from  5269c53c363e1400cb71ac4f94949bd2c8386cc2 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 debian/x2goserver.postinst |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

The diff of changes is:
diff --git a/debian/x2goserver.postinst b/debian/x2goserver.postinst
index 06f153b..7704c83 100755
--- a/debian/x2goserver.postinst
+++ b/debian/x2goserver.postinst
@@ -39,9 +39,10 @@ case "$1" in
 		else
 			echo "User x2gouser already exists." >&2
 			# make sure all settings are appropriate
-			id -g --name "x2gouser" | grep "x2gousers" >/dev/null && usermod x2gouser --gid x2gouser
-			usermod x2gouser --home /var/db/x2go
-			usermod x2gouser --shell /bin/false
+			id -g --name "x2gouser" | grep "x2gousers" >/dev/null && usermod --gid x2gouser x2gouser
+			mkdir -p /var/db/x2go
+			usermod --home /var/db/x2go x2gouser
+			usermod --shell /bin/false x2gouser
 		fi
 
 		if [ ! -f /var/db/x2go/x2go_sessions ]; 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