The branch, master has been updated via 68c1d061bce8f65005285d263c1cb53dfafe6943 (commit) from 2043c0d385e7592cfbac2eec6283e0356fdf7c01 (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 68c1d061bce8f65005285d263c1cb53dfafe6943 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Oct 31 17:32:11 2013 +0100 add comment about patch inittab ----------------------------------------------------------------------- Summary of changes: .../sbin/x2gothinclient_create | 2 ++ 1 file changed, 2 insertions(+) The diff of changes is: diff --git a/x2gothinclientmanagement/sbin/x2gothinclient_create b/x2gothinclientmanagement/sbin/x2gothinclient_create index 6ce118a..eac5152 100755 --- a/x2gothinclientmanagement/sbin/x2gothinclient_create +++ b/x2gothinclientmanagement/sbin/x2gothinclient_create @@ -207,6 +207,8 @@ 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 + +# no serial line TTY on thin clients [ \$? -eq 0 ] && sed -e 's/^T0:23:respawn:/#T0: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).