[X2Go-Commits] x2goserver.git - build-baikal (branch) updated: 3.0.99-2-192-g6daaf7b
X2Go dev team
git-admin at x2go.org
Wed Dec 4 06:21:31 CET 2013
The branch, build-baikal 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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
debian/x2goserver.postinst | 5 ++---
1 file 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).
More information about the x2go-commits
mailing list