[X2Go-Commits] x2goserver.git - build-baikal (branch) updated: 3.0.99-2-110-g6a6d5ad

X2Go dev team git-admin at x2go.org
Fri Jan 3 20:52:19 CET 2014


The branch, build-baikal has been updated
       via  6a6d5adc11534459e20bc799bfea29408eec17ea (commit)
      from  08c8a4ccf5967cc8852599232fdd02e9d7f7dea3 (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:
 debian/x2goserver.postinst |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

The diff of changes is:
diff --git a/debian/x2goserver.postinst b/debian/x2goserver.postinst
index abd9dd0..2049c0f 100755
--- a/debian/x2goserver.postinst
+++ b/debian/x2goserver.postinst
@@ -49,7 +49,9 @@ case "$1" in
 		else
 			# make sure db permissions are set correctly
 			chown root:x2gouser /var/db/x2go -Rf
-			chmod 0750 /var/db/x2go
+			# egid x2gouser needs write access to the db dir (for temporary db journal file)
+			chmod 0770 /var/db/x2go
+			# ... and to the db file itself, of course
 			chmod 0660 /var/db/x2go/x2go_sessions
 		fi
 


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