[X2Go-Commits] x2goserver.git - build-baikal (branch) updated: 3.1.1.3-181-g62e1f5f

X2Go dev team git-admin at x2go.org
Fri Jan 3 20:51:45 CET 2014


The branch, build-baikal 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 -----------------------------------------------------------------
-----------------------------------------------------------------------

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).




More information about the x2go-commits mailing list