[X2Go-Commits] x2gothinclient.git - build-main (branch) updated: 1.0.1.8-17-ga49e0b5

X2Go dev team git-admin at x2go.org
Fri Jul 19 23:38:07 CEST 2013


The branch, build-main has been updated
       via  a49e0b5666a43718026ac515d36ee00d1a531989 (commit)
      from  e2759c3216ada716ddfbdc6af6c4cc9a59481d84 (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:
 .../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 be10ab9..8a2aee9 100755
--- a/x2gothinclientmanagement/sbin/x2gothinclient_create
+++ b/x2gothinclientmanagement/sbin/x2gothinclient_create
@@ -87,7 +87,6 @@ echo "127.0.0.1 localhost" >> $TC_CHROOT/etc/hosts
 
 cat > $TC_CHROOT/etc/fstab <<EOF
 proc	/proc			proc	defaults		0	0
-none	/dev/pts		devpts	gid=5,mode=620		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
@@ -105,6 +104,7 @@ if [ "$TC_DISTRO_CODENAME" = "squeeze" ]; then
   cat >> $TC_CHROOT/etc/fstab <<EOF
 none	/var/run		tmpfs	size=50M		0	0
 none	/var/lock		tmpfs	size=50M		0	0
+none	/dev/pts		devpts	gid=5,mode=620		0	0
 EOF
 elif [ "$TC_DISTRO_CODENAME" = "wheezy" ]; then
   cat >> $TC_CHROOT/etc/fstab <<EOF


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