The branch, master has been updated via e3988859da138f3295a712ebbc9cd88cd651783a (commit) from 3331a0057c0ff4a967351911fd0e51c2d2be2d38 (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 e3988859da138f3295a712ebbc9cd88cd651783a Author: Coco <coco_3_5@hotmail.com> Date: Mon Jul 4 13:30:53 2011 +0200 Replace tmpfs mount on /etc/network/run with symlink /etc/network/run -> /dev/shm. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 4 ++++ .../sbin/x2gothinclient_create | 3 ++- 2 files changed, 6 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index d6df0d3..623f06e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ x2gothinclient (1.0.1.3-0~x2go1) UNRELEASED; urgency=low + [Mike Gabriel] * Split up x2gocdmanager package into x2gocdmanager and x2gothinshutdown package * Fix USB mounting, CD mounting, @@ -42,6 +43,9 @@ x2gothinclient (1.0.1.3-0~x2go1) UNRELEASED; urgency=low * Add detection of kernel upgrades to x2gothinclient_upgrade script. * Adapt chroot file created by x2gothinclient_upgrade, escaping $-signs. + [Coco] + * Replace tmpfs mount on /etc/network/run with symlink /etc/network/run -> /dev/shm. + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sat, 28 May 2011 12:04:34 +0200 x2gothinclient (1.0.1.2-0~x2go1) unstable; urgency=low diff --git a/x2gothinclientmanagement/sbin/x2gothinclient_create b/x2gothinclientmanagement/sbin/x2gothinclient_create index 594770e..c5bf7e7 100755 --- a/x2gothinclientmanagement/sbin/x2gothinclient_create +++ b/x2gothinclientmanagement/sbin/x2gothinclient_create @@ -83,7 +83,6 @@ cat > $TC_CHROOT/etc/fstab <<EOF 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/network/run tmpfs size=50M 0 0 none /etc/udev/rules.d tmpfs size=50M 0 0 none /var/run tmpfs size=50M 0 0 none /var/log tmpfs size=50M 0 0 @@ -111,6 +110,8 @@ mkdir -p /tmp/user/0 mkdir -p /var/lib/xkb mkdir -p /var/lib/nfs mkdir -p /var/lib/dbus +mkdir -p /etc/network +ln -sf /dev/shm /etc/network/run # disable service restarts test -e /sbin/start-stop-daemon.keep || mv /sbin/start-stop-daemon /sbin/start-stop-daemon.keep 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).