[X2go-Commits] x2goserver.git - master (branch) updated: 3.0.99-2-111-g27cc5a7
X2go dev team
git-admin at x2go.org
Mon Jul 18 23:37:59 CEST 2011
The branch, master has been updated
via 27cc5a7f19025d4e620c1c915edef7b1b4a3509c (commit)
from 6a6d5adc11534459e20bc799bfea29408eec17ea (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 27cc5a7f19025d4e620c1c915edef7b1b4a3509c
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Mon Jul 18 23:37:54 2011 +0200
x2godbadmin: write access to /var/db/x2go for egid x2gouser
-----------------------------------------------------------------------
Summary of changes:
x2goserver/sbin/x2godbadmin | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
The diff of changes is:
diff --git a/x2goserver/sbin/x2godbadmin b/x2goserver/sbin/x2godbadmin
index 00bb073..35dd8ed 100755
--- a/x2goserver/sbin/x2godbadmin
+++ b/x2goserver/sbin/x2godbadmin
@@ -147,7 +147,7 @@ if($Config->param("backend") eq 'sqlite')
$sth->finish();
$dbh->disconnect();
- chmod(0750, "$dir");
+ chmod(0770, "$dir");
chown('root',$pgid,"$dir");
chmod(0660, "$dbfile");
chown('root',$pgid,"$dbfile");
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