The branch, master has been updated via 7644a08988d56df5afa229ed8e67c59a0b923bf2 (commit) from 29884c0ea40aeb6664be0f2e2b83305584da321b (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 7644a08988d56df5afa229ed8e67c59a0b923bf2 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Aug 29 22:46:21 2011 +0200 semikolon fixes... ----------------------------------------------------------------------- Summary of changes: x2gothinclient/sbin/x2gothinclientd | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/x2gothinclient/sbin/x2gothinclientd b/x2gothinclient/sbin/x2gothinclientd index 2ba42ca..9efdb7d 100755 --- a/x2gothinclient/sbin/x2gothinclientd +++ b/x2gothinclient/sbin/x2gothinclientd @@ -90,14 +90,14 @@ elsif ($pid == 0 ) while(sleep 1) { - my $thinshutdown_delay = 4 + my $thinshutdown_delay = 4; # test if XServer is running, if not launch it... if ( check_x() ==0 ) { system("/usr/bin/Xorg -br &"); # delay appearance of thinshutdown button a little longer on X server (re)start - $thinshutdown_delay = 10 + $thinshutdown_delay = 10; } # test if pulseaudio is running, if not launch it... 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).