[X2go-Commits] x2goserver.git - master (branch) updated: 3.0.99-2-150-g3ea43d3

X2go dev team git-admin at x2go.org
Thu Jul 28 13:52:20 CEST 2011


The branch, master has been updated
       via  3ea43d31cb312ccfc83463e41cd05822231f296e (commit)
      from  eae5dfede895570c05fc84e651843ac2e0fff4ef (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 3ea43d31cb312ccfc83463e41cd05822231f296e
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Jul 28 13:52:20 2011 +0200

    path fix for $x2go_lib_path in x2godbwrapper.pm

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

Summary of changes:
 x2goserver/lib/x2godbwrapper.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

The diff of changes is:
diff --git a/x2goserver/lib/x2godbwrapper.pm b/x2goserver/lib/x2godbwrapper.pm
index 943ac1c..69ccf46 100644
--- a/x2goserver/lib/x2godbwrapper.pm
+++ b/x2goserver/lib/x2godbwrapper.pm
@@ -26,7 +26,7 @@ use DBI;
 
 use POSIX;
 
-my $x2go_lib_path=`echo -n \$(dirname $0)/../lib/x2go`;
+my $x2go_lib_path=`echo -n \$(dirname $0)`;
 
 my ($uname, $pass, $uid, $pgid, $quota, $comment, $gcos, $homedir, $shell, $expire) = getpwuid(getuid());
 


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