[X2go-Commits] x2goserver.git - master (branch) updated: 3.1.1.3-108-gab7c23b

X2Go dev team git-admin at x2go.org
Tue Dec 18 14:38:13 CET 2012


The branch, master has been updated
       via  ab7c23b8da817bd5da8f002e2ad5eb00e23fe5ab (commit)
      from  e7ebb4a79700e6f89e70118914afd485de4bc854 (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 ab7c23b8da817bd5da8f002e2ad5eb00e23fe5ab
Author: Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
Date:   Tue Dec 18 14:37:53 2012 +0100

    Fix SSHFS mounting from Ubuntu clients

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog             |    3 +++
 x2goserver/bin/x2gomountdirs |    2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index b128813..626101e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -34,6 +34,9 @@ x2goserver (3.2.0.0-0~x2go1) UNRELEASED; urgency=low
   * New upstream version (3.2.0.0):
     - Use new script x2gopath in Perl::API. (Fixes: #86).
 
+  [ Oleksandr Shneyder ]
+  * Fix SSHFS mounting from Ubuntu clients
+
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Tue, 03 Jul 2012 10:03:28 +0200
 
 x2goserver (3.1.1.10-0~x2go1) UNRELEASED; urgency=low
diff --git a/x2goserver/bin/x2gomountdirs b/x2goserver/bin/x2gomountdirs
index b9f9431..7965f54 100755
--- a/x2goserver/bin/x2gomountdirs
+++ b/x2goserver/bin/x2gomountdirs
@@ -95,7 +95,7 @@ print F $dsa_key;
 close(F);
 
 open (F,">$key.ident");
-print F "$host $rsa_identity";
+print F "\[$host\]:$port $rsa_identity";
 close(F);
 
 chmod(0600,"$key");


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