The branch, master has been updated via 6daaf7bfa7a5cd9dac41d28860ff9569e54f0eb9 (commit) from 3aefc4614f1abd4e1fa7f0d6c86c968f519e88c7 (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 6daaf7bfa7a5cd9dac41d28860ff9569e54f0eb9 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Aug 22 23:29:54 2011 +0200 Fixing x2goserver.postinst ----------------------------------------------------------------------- Summary of changes: debian/x2goserver.postinst | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/debian/x2goserver.postinst b/debian/x2goserver.postinst index 227fbe4..76cae94 100755 --- a/debian/x2goserver.postinst +++ b/debian/x2goserver.postinst @@ -70,11 +70,10 @@ case "$1" in fi # we may be upgrading versions of x2goserver that had - # /usr/bin/x2gosqlitewrapper set to setuid or setgid x2gouser. + # /usr/bin/x2gosqlitewrapper set to setuid or setgid x2gouser, the script itself is + # at this location anymore, we just clear the dpkg-statoverride config entry. if dpkg-statoverride --list /usr/bin/x2gosqlitewrapper >/dev/null; then dpkg-statoverride --remove /usr/bin/x2gosqlitewrapper - chown root:root /usr/bin/x2gosqlitewrapper - chmod 0755 /usr/bin/x2gosqlitewrapper fi # the sqlite db has to be accessed as uid x2gouser 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).