The branch, master has been updated via 57f1929cd3d5eda7349fa78b1a3031701dbbee5a (commit) from bc1865e288025ac94a68f040dac33f21702b7559 (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 57f1929cd3d5eda7349fa78b1a3031701dbbee5a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Jul 18 22:45:41 2011 +0200 path fix ----------------------------------------------------------------------- Summary of changes: debian/x2goserver.postinst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/debian/x2goserver.postinst b/debian/x2goserver.postinst index 8b9d54e..75ddc2b 100755 --- a/debian/x2goserver.postinst +++ b/debian/x2goserver.postinst @@ -53,7 +53,7 @@ case "$1" in # we may be upgrading versions of x2goserver that had /usr/lib/x2go/x2gosqlitewrapper.pl set to setuid x2gouser. dpkg-statoverride --remove /usr/lib/x2go/x2gosqlitewrapper.pl && chown root:root /usr/lib/x2go/x2gosqlitewrapper.pl && chmod 0755 /usr/lib/x2go/x2gosqlitewrapper.pl || true # we may be upgrading versions of x2goserver that had /usr/bin/x2gosqlitewrapper set to setuid x2gouser. - dpkg-statoverride --remove /usr/lib/x2go/x2gosqlitewrapper.pl && chown root:root /usr/bin/x2gosqlitewrapper && chmod 0755 /usr/bin/x2gosqlitewrapper || true + dpkg-statoverride --remove /usr/bin/x2gosqlitewrapper && chown root:root /usr/bin/x2gosqlitewrapper && chmod 0755 /usr/bin/x2gosqlitewrapper || true # the sqlite db has to be accessed as uid x2gouser dpkg-statoverride --add --update root x2gouser 4755 /usr/bin/x2gosqlitewrapper || true 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).