The branch, master 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 ----------------------------------------------------------------- commit a49e0b5666a43718026ac515d36ee00d1a531989 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Sep 2 21:18:42 2012 +0200 fix for commit 50ac97e71bbbfef035df648e3fef4e5ddc0369cd ----------------------------------------------------------------------- Summary of changes: .../sbin/x2gothinclient_create | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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).