The branch, master has been updated via 80cc30a96a18f076d23eb6dc8a185ca34db80653 (commit) via b3183e568be6d346452c6727b4798812e6646f4a (commit) from 8c924cc190db585497aeb8bd22cdc1a880f32f12 (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 80cc30a96a18f076d23eb6dc8a185ca34db80653 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Feb 23 16:30:47 2012 +0100 changelog: fix in version number commit b3183e568be6d346452c6727b4798812e6646f4a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Feb 23 16:11:41 2012 +0100 Not mounting /dev/pts by default. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 3 ++- .../sbin/x2gothinclient_create | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 81255ad..c1e4b66 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ x2gothinclient (1.0.1.6-0~x2go1) UNRELEASED; urgency=low - * Continue development... + * New upstream version (1.0.1.6): + - Not mounting /dev/pts by default. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 01 Feb 2012 13:51:00 +0100 diff --git a/x2gothinclientmanagement/sbin/x2gothinclient_create b/x2gothinclientmanagement/sbin/x2gothinclient_create index e0da318..751a1f6 100755 --- a/x2gothinclientmanagement/sbin/x2gothinclient_create +++ b/x2gothinclientmanagement/sbin/x2gothinclient_create @@ -80,7 +80,7 @@ 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 0 0 -none /dev/pts devpts gid=5,mode=620 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 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).