The branch, master has been updated via 0c300e8537a7049872ff468802d50dc783c67995 (commit) from c9e29f65b5f2d176db850832d0f801576279f711 (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 0c300e8537a7049872ff468802d50dc783c67995 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Jun 26 16:00:04 2012 +0200 Drop redundant hostname calls in x2gocleansessions. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + x2goserver/sbin/x2gocleansessions | 1 - 2 files changed, 1 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index d5139c1..c4f67c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ x2goserver (3.1.1.2-0~x2go1) UNRELEASED; urgency=low symlink ~/media if no client-side folders are mounted into a session. - Fix crashes of x2gocleansessions due to faulty syslog calls. + - Drop redundant hostname calls in x2gocleansessions. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 26 Jun 2012 09:32:31 +0200 diff --git a/x2goserver/sbin/x2gocleansessions b/x2goserver/sbin/x2gocleansessions index dce1f02..aaed31d 100755 --- a/x2goserver/sbin/x2gocleansessions +++ b/x2goserver/sbin/x2gocleansessions @@ -93,7 +93,6 @@ elsif ($pid == 0 ) while(sleep 5) { - $serv=`hostname`; my $outp=`$x2go_lib_path/x2golistsessions_sql $serv 2>/dev/null`; my @outp=split("\n","$outp"); for (my $i=0;$i<@outp;$i++) hooks/post-receive -- x2goserver.git (X2Go Server) 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 "x2goserver.git" (X2Go Server).