[X2Go-Commits] x2goserver.git - build-main (branch) updated: 3.0.99-2-178-g4845ffb
X2Go dev team
git-admin at x2go.org
Wed Dec 4 06:17:40 CET 2013
The branch, build-main has been updated
via 4845ffbb364a0f1f04f4a5337c5b977c450f38c6 (commit)
from fd778562a808b62e54f4e808d55b7f0202b2c9fc (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 +++----
debian/changelog | 1 +
2 files changed, 4 insertions(+), 4 deletions(-)
The diff of changes is:
diff --git a/INSTALL b/INSTALL
index 63ec60f..46a7bf4 100644
--- a/INSTALL
+++ b/INSTALL
@@ -6,10 +6,9 @@ TARBALL INSTALLATION OF x2goserver
Set up x2gouser account and its group if they do not exist
already:
- $ addgroup --system x2gouser
- $ adduser --system --no-create-home \
- --disabled-password --disabled-login \
- --shell /bin/false --group --home /var/lib/x2go x2gouser
+ $ groupadd --system x2gouser
+ $ useradd --system --no-create-home \
+ --shell /bin/false --home /var/lib/x2go x2gouser
2.) INSTALL x2goserver FILES
-----------------------------
diff --git a/debian/changelog b/debian/changelog
index 32f517f..8ba0dce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,7 @@ x2goserver (3.0.99.5-0~x2go3) UNRELEASED; urgency=low
in /usr/bin find these scripts.
* Add x2gobasepath script to reliably detect x2goserver install path.
* Add man page for x2gobasepath.
+ * Remove Debianisms from INSTALL howto.
[Martin Oehler]
* Removes old debug code fragment, fixes x2golistsessions parsing.
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