[X2go-Commits] x2gothinclient.git - master (branch) updated: 1.0.1.8-58-g1da663a

X2Go dev team git-admin at x2go.org
Tue Oct 16 18:21:59 CEST 2012


The branch, master has been updated
       via  1da663af1990627e2f7ab1484b397e66a87069ef (commit)
      from  b4bd0935f4eb41c243492480bd020a5b66ef8ace (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 1da663af1990627e2f7ab1484b397e66a87069ef
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Oct 16 18:21:54 2012 +0200

    _do_ create home dir via x2gothinclient_create script

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

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 bd17f25..458b2f3 100755
--- a/x2gothinclientmanagement/sbin/x2gothinclient_create
+++ b/x2gothinclientmanagement/sbin/x2gothinclient_create
@@ -175,7 +175,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; adduser --system --no-create-home --disabled-password --disabled-login --shell /bin/bash --group --home /var/lib/x2gothinclient x2gothinclient; fi
+[ \$? -eq 0 ] && if getent passwd x2gothinclient 1>/dev/null; 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