[X2go-Commits] x2goserver.git - master (branch) updated:	3.1.0.1-19-g07cea7e
    X2Go dev team 
    git-admin at x2go.org
       
    Thu Mar 15 11:14:05 CET 2012
    
    
  
The branch, master has been updated
       via  07cea7ea8e3679238f3d92e16be882716a652196 (commit)
      from  bf935ac7259bec7d23e6ffd3605ceae7de793b1d (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 07cea7ea8e3679238f3d92e16be882716a652196
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Mar 15 11:14:01 2012 +0100
    include missing Config::Simple
-----------------------------------------------------------------------
Summary of changes:
 x2goserver/lib/x2gosqlitewrapper.pl |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
The diff of changes is:
diff --git a/x2goserver/lib/x2gosqlitewrapper.pl b/x2goserver/lib/x2gosqlitewrapper.pl
index cb71017..4aa5f98 100755
--- a/x2goserver/lib/x2gosqlitewrapper.pl
+++ b/x2goserver/lib/x2gosqlitewrapper.pl
@@ -23,7 +23,6 @@
 use strict;
 use DBI;
 use POSIX;
-use Sys::Syslog qw( :standard :macros );
 
 #### NOTE: this script is run setgid <group> and it cannot do system() calls.
 
@@ -35,6 +34,8 @@ use Sys::Syslog qw( :standard :macros );
 #### script.
 ####
 
+use Config::Simple;
+use Sys::Syslog qw( :standard :macros );
 my $Config = new Config::Simple(syntax=>'ini');
 $Config->read('/etc/x2go/x2goserver.conf' );
 my $strloglevel = $Config->param("log.loglevel");
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