The branch, master has been updated via 51e8e40483b3fc4483889ea318b8034f4d826d51 (commit) from 8076f2f5b48ae72fd3dd807e70bfa34a50110042 (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 51e8e40483b3fc4483889ea318b8034f4d826d51 Author: Git Administrator <hostmasters@das-netzwerkteam.de> Date: Thu Jul 28 16:48:33 2011 +0200 Add setgid for x2gosqlitewrapper to Makefile. ----------------------------------------------------------------------- Summary of changes: INSTALL | 7 +++++-- x2goserver/Makefile | 2 ++ 2 files changed, 7 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/INSTALL b/INSTALL index 3bb1ea1..e037ed4 100644 --- a/INSTALL +++ b/INSTALL @@ -24,8 +24,11 @@ already: -------------- Configure ownership, permissions and setuid user bit of x2gosqlitewrapper: - $ chown root:x2gouser /usr/bin/x2gosqlitewrapper - $ chmod 4755 /usr/bin/x2gosqlitewrapper + NOTE: The described action have already been performed by the Makefile + run, leaving this here for documentation only. + + $ chown root:x2gouser /usr/lib/x2go/x2gosqlitewrapper + $ chmod 2755 /usr/bin/x2gosqlitewrapper 4.) DATABASE SETUP (SQLite only) -------------------------------- diff --git a/x2goserver/Makefile b/x2goserver/Makefile index 0c3fdc1..72ad879 100755 --- a/x2goserver/Makefile +++ b/x2goserver/Makefile @@ -62,6 +62,8 @@ install_scripts: $(INSTALL_PROGRAM) bin/* $(DESTDIR)$(BINDIR)/ $(INSTALL_PROGRAM) sbin/* $(DESTDIR)$(SBINDIR)/ $(INSTALL_FILE) lib/* $(DESTDIR)$(LIBDIR)/ + chown root:x2gouser /usr/lib/x2go/x2gosqlitewrapper + chmod 2755 /usr/lib/x2go/x2gosqlitewrapper install_config: $(INSTALL_DIR) $(DESTDIR)$(ETCDIR) 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).