The branch, master has been updated via 3dd9651fdad6742994b4bab2e9ae29bcf8ff9f43 (commit) from e8581d73ba1c426a85aaf24e17070f3e73b28e7c (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + x2gousbmount/x2gousbmount | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 756b260..1671e22 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ x2gothinclient (1.1.0.0-0~x2go2) UNRELEASED; urgency=low * New upstream version (1.1.0.1): - Switch to VT-7 on TC shutdown. + - Syntax fix in x2gousbmount script. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sat, 17 Aug 2013 00:35:31 +0200 diff --git a/x2gousbmount/x2gousbmount b/x2gousbmount/x2gousbmount index 0a5123b..7bf7b5a 100755 --- a/x2gousbmount/x2gousbmount +++ b/x2gousbmount/x2gousbmount @@ -21,7 +21,7 @@ use strict; use File::Path::Expand; -check_x2gothinclientd() { +sub check_x2gothinclientd { my $x=`ps ax | grep x2gothinclient`; if ( $x=~m/thinclientd/ ) { 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).