[X2Go-Commits] x2goserver.git - build-main (branch) updated: 3.0.99-2-213-g103e231
X2Go dev team
git-admin at x2go.org
Wed Dec 4 06:17:43 CET 2013
The branch, build-main has been updated
via 103e231b27adfe1f557cfd097eb1c4eeb853dbe4 (commit)
from 7c22803b8c79db67011fb7a2c35af5ff5a60d350 (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:
debian/x2goserver.dirs | 1 -
debian/x2goserver.postinst | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
The diff of changes is:
diff --git a/debian/x2goserver.dirs b/debian/x2goserver.dirs
index bcef06a..8699a0c 100644
--- a/debian/x2goserver.dirs
+++ b/debian/x2goserver.dirs
@@ -7,4 +7,3 @@ usr/lib/x2go
usr/share/x2go
usr/share/x2go/versions
var/lib/x2go
-var/spool/x2goprint
diff --git a/debian/x2goserver.postinst b/debian/x2goserver.postinst
index 257da39..c3b5a3f 100755
--- a/debian/x2goserver.postinst
+++ b/debian/x2goserver.postinst
@@ -100,7 +100,7 @@ case "$1" in
fi
if ! getent passwd x2goprint >/dev/null; then
echo "Creating x2goprint user." >&2
- adduser --system --no-create-home \
+ adduser --system \
--disabled-password --disabled-login \
--shell /bin/false --group --home /var/spool/x2goprint x2goprint
else
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