[X2Go-Commits] x2gothinclient.git - master (branch) updated: 1.0.1.8-105-g8a0e3cb

X2Go dev team git-admin at x2go.org
Tue May 28 22:29:54 CEST 2013


The branch, master has been updated
       via  8a0e3cb4c2138430ab420e6e1e18b4f4d2e18209 (commit)
      from  b5d162e7e16051e56c1e7e5d5f000fac655ef0e8 (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 8a0e3cb4c2138430ab420e6e1e18b4f4d2e18209
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue May 28 22:29:14 2013 +0200

    fix creation of x2gothinclient user during x2gothinclient_create

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

Summary of changes:
 .../sbin/x2gothinclient_create                     |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/x2gothinclientmanagement/sbin/x2gothinclient_create b/x2gothinclientmanagement/sbin/x2gothinclient_create
index 42847b2..fdaa1fd 100755
--- a/x2gothinclientmanagement/sbin/x2gothinclient_create
+++ b/x2gothinclientmanagement/sbin/x2gothinclient_create
@@ -176,7 +176,7 @@ export X2GO_HANDLE_DAEMONS=false
 [ \$? -eq 0 ] && sed -e 's/BOOT=local/BOOT=nfs/' -i /etc/initramfs-tools/initramfs.conf
 
 [ \$? -eq 0 ] && rm -f /etc/udev/rules.d/*-persistent-*.rules
-[ \$? -eq 0 ] && if getent passwd x2gothinclient 1>/dev/null; then adduser --system --disabled-password --disabled-login --shell /bin/bash --group --home /var/lib/x2gothinclient x2gothinclient; fi
+[ \$? -eq 0 ] && if ! getent passwd x2gothinclient 1>/dev/null; then adduser --system --disabled-password --disabled-login --shell /bin/bash --group --home /var/lib/x2gothinclient x2gothinclient; fi
 [ \$? -eq 0 ] && adduser x2gothinclient audio
 [ \$? -eq 0 ] && adduser x2gothinclient pulse
 [ \$? -eq 0 ] && adduser pulse audio


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