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

X2Go dev team git-admin at x2go.org
Wed Dec 4 06:21:28 CET 2013


The branch, build-baikal 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 -----------------------------------------------------------------
-----------------------------------------------------------------------

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).




More information about the x2go-commits mailing list