[X2Go-Commits] x2gothinclient.git - master (branch) updated: 1.1.0.0-9-gbe8300b

X2Go dev team git-admin at x2go.org
Wed Oct 9 21:53:54 CEST 2013


The branch, master has been updated
       via  be8300b201a43337348f261a094774c828fd0adf (commit)
      from  7c2b8ca6d6db7438bdfa31947460df4d198e0412 (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 be8300b201a43337348f261a094774c828fd0adf
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Oct 9 21:53:38 2013 +0200

    Make ~x2gothinclient rw-able on TCE machines. Thanks to Peter Schneider for pointing at this.

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

Summary of changes:
 debian/changelog                                   |    2 ++
 .../sbin/x2gothinclient_create                     |   24 ++++++++++----------
 2 files changed, 14 insertions(+), 12 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 12305c3..b66cc83 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ x2gothinclient (1.1.0.1-0~x2go1) UNRELEASED; urgency=low
   * New upstream version (1.1.0.1):
     - Switch to VT-7 on TC shutdown.
     - Syntax fix in x2gousbmount script.
+    - Make ~x2gothinclient rw-able on TCE machines. Thanks to Peter
+      Schneider for pointing at this.
 
   [ Arnold Krille ]
   * New upstream version (1.1.0.1):
diff --git a/x2gothinclientmanagement/sbin/x2gothinclient_create b/x2gothinclientmanagement/sbin/x2gothinclient_create
index 799a592..42a868a 100755
--- a/x2gothinclientmanagement/sbin/x2gothinclient_create
+++ b/x2gothinclientmanagement/sbin/x2gothinclient_create
@@ -94,18 +94,18 @@ echo "x2gothinclient" > $TC_CHROOT/etc/hostname
 echo "127.0.0.1 localhost" >> $TC_CHROOT/etc/hosts
 
 cat > $TC_CHROOT/etc/fstab <<EOF
-proc	/proc			proc	defaults,noauto		0	0
-none	/dev/pts		devpts	gid=5,mode=620,noauto	0	0
-none	/tmp			tmpfs	size=50M,mode=1777	0	0
-none	/root			tmpfs	size=100M,mode=700	0	0
-none	/etc/udev/rules.d	tmpfs	size=50M		0	0
-none	/var/log		tmpfs	size=50M		0	0
-none	/var/lib/x2gothinclient	tmpfs	size=50M		0	0
-none	/media			tmpfs	size=50M		0	0
-none	/var/lib/nfs		tmpfs	size=50M		0	0
-none	/var/lib/xkb		tmpfs	size=50M		0	0
-none	/var/lib/dbus		tmpfs	size=50M		0	0
-none	/var/lib/alsa		tmpfs	size=50M		0	0
+proc	/proc			proc	defaults,noauto						0	0
+none	/dev/pts		devpts	gid=5,mode=620,noauto					0	0
+none	/tmp			tmpfs	size=50M,mode=1777					0	0
+none	/root			tmpfs	size=100M,mode=700					0	0
+none	/etc/udev/rules.d	tmpfs	size=50M,mode=755					0	0
+none	/var/log		tmpfs	size=50M,mode=755					0	0
+none	/var/lib/x2gothinclient	tmpfs	size=50M,mode=700,uid=x2gothinclient,gid=x2gothincient	0	0
+none	/media			tmpfs	size=50M,mode=755					0	0
+none	/var/lib/nfs		tmpfs	size=50M,mode=755,uid=statd,gid=nogroup			0	0
+none	/var/lib/xkb		tmpfs	size=50M,mode=755					0	0
+none	/var/lib/dbus		tmpfs	size=50M,mode=755					0	0
+none	/var/lib/alsa		tmpfs	size=50M,mode=755					0	0
 EOF
 
 # differences between Debian versions


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