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

X2Go dev team git-admin at x2go.org
Fri Jan 3 18:04:14 CET 2014


The branch, build-baikal has been updated
       via  e1b0751932f8194863331db0d7729c90db4497c7 (commit)
      from  656dc5c982735001b32fd79782ec2a2ba6c99910 (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 |   21 ++++++++++++++++-----
 1 file changed, 16 insertions(+), 5 deletions(-)

The diff of changes is:
diff --git a/INSTALL b/INSTALL
index 6f8ad3d..20a093a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
 TARBALL INSTALLATION OF x2goserver
 ==================================
 
-1.) USER + GROUP for X2go
--------------------------
+1.) USERS + GROUPS for X2go
+---------------------------
 Set up x2gouser account and its group if they do not exist
 already:
 
@@ -10,6 +10,14 @@ already:
  $ useradd --system --no-create-home \
            --shell /bin/false --home /var/lib/x2go x2gouser
 
+Set up x2goprint account and its group if they do not exist
+already:
+
+ $ groupadd --system x2goprint
+ $ useradd --system --no-create-home \
+           --shell /bin/false --home /var/spool/x2goprint x2goprint
+
+
 2.) INSTALL x2goserver FILES
 -----------------------------
 Extract tarball and run 
@@ -19,16 +27,19 @@ Extract tarball and run
 in base folder of the extracted tarball. 
 
 
-3.) SUID GROUP
+3.) SGID GROUP
 --------------
-Configure ownership, permissions and setuid user bit of x2gosqlitewrapper:
+Configure ownership, permissions and setgid group bits of x2gosqlitewrapper and x2goprint:
 
-  NOTE: The described action have already been performed by the Makefile 
+  NOTE: The described actions have already been performed by the Makefile 
   run, leaving this here for documentation only.
 
  $ chown root:x2gouser /usr/lib/x2go/x2gosqlitewrapper
  $ chmod 2755 /usr/lib/x2go/x2gosqlitewrapper
 
+ $ chown root:x2goprint /usr/bin/x2goprint
+ $ chmod 2755 /usr/bin/x2goprint
+
 
 4.) INIT SCRIPT
 ---------------


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