The branch, master has been updated via 62e1f5f012611a92adced28ffdc9b13f95cbfb19 (commit) from ee84ff1031a254d0105dc26a07de3d00afe4f8a8 (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 62e1f5f012611a92adced28ffdc9b13f95cbfb19 Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> Date: Wed Jun 12 09:40:45 2013 +0200 Fix "server" command line option for x2golistsessions call in x2golistdesktops ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + x2goserver/bin/x2golistdesktops | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 2a42371..40d2cce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -43,6 +43,7 @@ x2goserver (4.1.0.0-0~x2go1) UNRELEASED; urgency=low * New upstream version (4.1.0.0): + Add markdown files for most of the X2Go Server project folders. (Fixes: #102). + * Fix "server" command line option for x2golistsessions call in x2golistdesktops [ Orion Poplawski ] * New upstream version (4.1.0.0): diff --git a/x2goserver/bin/x2golistdesktops b/x2goserver/bin/x2golistdesktops index 160148d..65ecfa1 100755 --- a/x2goserver/bin/x2golistdesktops +++ b/x2goserver/bin/x2golistdesktops @@ -42,7 +42,7 @@ if( ! $serv) $serv=hostname; } -my $rsess=`x2golistsessions x2goserver |grep _stR`; +my $rsess=`x2golistsessions $serv |grep _stR`; my @rsess=split("\n","$rsess"); my @rdisplays; for (my $i=0;$i<@rsess;$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).