The branch, build-baikal has been updated via 499bfc2372db6a09f92a1e6b9ce36732374450d0 (commit) from fcf3a259c553dbe917e8c01a88cfec38a5749d04 (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 499bfc2372db6a09f92a1e6b9ce36732374450d0 Author: Moritz Morty Strübe <morty@gmx.net> Date: Fri Jan 28 19:36:58 2011 +0100 Romoved static DB-Path ----------------------------------------------------------------------- Summary of changes: x2gosqlitewrapper | 1 - 1 file changed, 1 deletion(-) The diff of changes is: diff --git a/x2gosqlitewrapper b/x2gosqlitewrapper index 70d1ac0..37624fa 100755 --- a/x2gosqlitewrapper +++ b/x2gosqlitewrapper @@ -18,7 +18,6 @@ my $cmd=shift or die "command not specified"; my $user="x2gouser"; my ($name, $pass, $uid, $pgid, $quota, $comment, $gcos, $dir, $shell, $expire) = getpwnam($user); my $dbfile="$dir/x2go_sessions"; -my $dbfile="/var/db/x2go/x2go_sessions"; my $dbh=DBI->connect("dbi:SQLite:dbname=$dbfile","","",{AutoCommit => 1}) or die $_; 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).