The branch, master has been updated via 333ea451e7ef5da3d610431cb0880604b6dac582 (commit) from 80a0590385f7380a2ad430cb0d19f0d451a67ec2 (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 333ea451e7ef5da3d610431cb0880604b6dac582 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Oct 10 14:37:46 2013 +0200 Deactivate serial line terminals on X2Go thinclients. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + .../sbin/x2gothinclient_create | 1 + 2 files changed, 2 insertions(+) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 5c10a9c..e4b367d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ x2gothinclient (1.1.0.1-0~x2go1) UNRELEASED; urgency=low Schneider for pointing at this. - Remove chroot bootstrap cruft when finished with creating the TCE chroot. + - Deactivate serial line terminals on X2Go thinclients. [ Arnold Krille ] * New upstream version (1.1.0.1): diff --git a/x2gothinclientmanagement/sbin/x2gothinclient_create b/x2gothinclientmanagement/sbin/x2gothinclient_create index 37a255d..3fb8eff 100755 --- a/x2gothinclientmanagement/sbin/x2gothinclient_create +++ b/x2gothinclientmanagement/sbin/x2gothinclient_create @@ -214,6 +214,7 @@ fi [ \$? -eq 0 ] && test -e /etc/os-release && sed -e 's/PRETTY_NAME=.*/PRETTY_NAME=$TC_PRETTY_NAME/' -i /etc/os-release || echo "PRETTY_NAME=$TC_PRETTY_NAME" >> /etc/os-release [ \$? -eq 0 ] && test -e /etc/modprobe.d/i915-kms.conf && sed -s 's/modeset=1/modeset=0/' -i /etc/modprobe.d/i915-kms.conf || true [ \$? -eq 0 ] && test -e /etc/modprobe.d/radeon-kms.conf && sed -s 's/modeset=1/modeset=0/' -i /etc/modprobe.d/radeon-kms.conf || true +[ \$? -eq 0 ] && sed -e 's/^TO:23:respawn:/#TO:23:respawn:/' -i /etc/inittab [ \$? -eq 0 ] && apt-get clean 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).