[X2Go-Commits] x2goserver.git - master (branch) updated: 3.1.1.3-201-g1267fd5

X2Go dev team git-admin at x2go.org
Sun Jul 28 13:39:21 CEST 2013


The branch, master has been updated
       via  1267fd5cc6582cfeabbbf411d856c0d5c5e9452c (commit)
      from  e6342728d39955d1dbe321a3b5af3fcd16a15989 (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 1267fd5cc6582cfeabbbf411d856c0d5c5e9452c
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sun Jul 28 13:36:43 2013 +0200

    Fix client-side unmounting of shared folders.

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

Summary of changes:
 debian/changelog                  |    7 +++++++
 x2goserver/bin/x2goumount-session |    2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 9f56c61..8214fd4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -51,6 +51,13 @@ x2goserver (4.1.0.0-0~x2go1) UNRELEASED; urgency=low
 
  -- Reinhard Tartler <siretart at tauware.de>  Thu, 20 Dec 2012 10:15:26 +0100
 
+x2goserver (4.0.1.6-0~x2go1) UNRELEASED; urgency=low
+
+  * New upstream version (4.0.1.6):
+    - Fix client-side unmounting of shared folders.
+
+ -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Sun, 28 Jul 2013 13:36:10 +0200
+
 x2goserver (4.0.1.5-0~x2go1) unstable; urgency=low
 
   * New upstream version (4.0.1.5):
diff --git a/x2goserver/bin/x2goumount-session b/x2goserver/bin/x2goumount-session
index 14a2279..18ff1a4 100755
--- a/x2goserver/bin/x2goumount-session
+++ b/x2goserver/bin/x2goumount-session
@@ -47,7 +47,7 @@ my $mimeboxdir="$tmp_dir/.x2go-$ENV{'USER'}/mimebox";
 
 source_environment(xdg_config_home() . "/user-dirs.dirs");
 
-if (($only_path) && (! $only_path=~m/\/tmp\/.x2go-$uname\/media\/.*/ ))
+if (($only_path) && (! ($only_path=~m/\/tmp\/.x2go-$uname\/media\/.*/ )))
 {
 	$only_path=~s/\/ramdrive\/mnt\///;
 


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