The branch, wheezy-tce has been updated via e8581d73ba1c426a85aaf24e17070f3e73b28e7c (commit) from 37470492cb86f3dd411f468c4a333840795776f3 (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 e8581d73ba1c426a85aaf24e17070f3e73b28e7c Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Aug 17 00:36:13 2013 +0200 Switch to VT-7 on TC shutdown. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 7 +++++++ x2gothinclient/sbin/x2gothinclientd | 1 + 2 files changed, 8 insertions(+) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 5f97dce..756b260 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +x2gothinclient (1.1.0.0-0~x2go2) UNRELEASED; urgency=low + + * New upstream version (1.1.0.1): + - Switch to VT-7 on TC shutdown. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sat, 17 Aug 2013 00:35:31 +0200 + x2gothinclient (1.1.0.0-0~x2go1) unstable; urgency=low [ Mike Gabriel ] diff --git a/x2gothinclient/sbin/x2gothinclientd b/x2gothinclient/sbin/x2gothinclientd index 0fac6b4..9f502da 100755 --- a/x2gothinclient/sbin/x2gothinclientd +++ b/x2gothinclient/sbin/x2gothinclientd @@ -101,6 +101,7 @@ elsif ($pid == 0 ) # when used with plymouth, make sure we stay on the correct terminal system("killall Xorg"); system("shutdown -h now"); + system("chvt 7"); } # test if XServer is running, if not launch it... if ( check_x() ==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).