The branch, build-baikal has been updated via c3143081e6ddc46e86f858c082e41b96155aea60 (commit) from 51e8e40483b3fc4483889ea318b8034f4d826d51 (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 | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) The diff of changes is: diff --git a/INSTALL b/INSTALL index e037ed4..bcfde84 100644 --- a/INSTALL +++ b/INSTALL @@ -1,16 +1,7 @@ TARBALL INSTALLATION OF x2goserver ================================== -1.) INSTALL x2goserver FILES ------------------------------ -Extract tarball and run - - $ make install - -in base folder of the extracted tarball. - - -2.) USER + GROUP for X2go +1.) USER + GROUP for X2go ------------------------- Set up x2gouser account and its group if they do not exist already: @@ -18,7 +9,16 @@ already: $ addgroup --system x2gouser $ adduser --system --no-create-home \ --disabled-password --disabled-login \ - --shell /bin/false --group x2gouser --home /var/lib/x2go x2gouser + --shell /bin/false --group --home /var/lib/x2go x2gouser + +2.) INSTALL x2goserver FILES +----------------------------- +Extract tarball and run + + $ make install + +in base folder of the extracted tarball. + 3.) SUID GROUP -------------- 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).