[X2Go-Commits] x2goserver.git - build-main (branch) updated: 3.0.99-2-105-gd27954d
X2Go dev team
git-admin at x2go.org
Wed Dec 4 06:17:32 CET 2013
The branch, build-main has been updated
via d27954d6120ebe87283f71773c373a29497aad01 (commit)
from c4291bc6c352257d466d151a53a3b42cc3b799a9 (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 | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
The diff of changes is:
diff --git a/debian/x2goserver.postinst b/debian/x2goserver.postinst
index c604621..06f153b 100755
--- a/debian/x2goserver.postinst
+++ b/debian/x2goserver.postinst
@@ -38,7 +38,10 @@ case "$1" in
--shell /bin/false --group --home /var/db/x2go x2gouser
else
echo "User x2gouser already exists." >&2
- id -g --name "x2gouser" | grep "x2gousers" >/dev/null && usermod x2gouser -g x2gouser
+ # 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
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