[X2Go-Commits] x2goserver.git - build-main (branch) updated: 3.1.0.1-19-g07cea7e
X2Go dev team
git-admin at x2go.org
Wed Dec 4 06:18:15 CET 2013
The branch, build-main 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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
x2goserver/lib/x2gosqlitewrapper.pl | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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