[X2Go-Commits] x2gothinclient.git - build-main (branch) updated: 1.0.1.8-82-gaaba851
X2Go dev team
git-admin at x2go.org
Fri Jul 19 23:38:14 CEST 2013
The branch, build-main has been updated
via aaba851450b69d66ebd3bfd2e79e7f7892f5d9e1 (commit)
from 72b928a147fbe6b7765cc1b94bc74f6fe98a8553 (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/x2gothinclient.postinst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
The diff of changes is:
diff --git a/debian/x2gothinclient.postinst b/debian/x2gothinclient.postinst
index 9bfee43..4b8aa0d 100755
--- a/debian/x2gothinclient.postinst
+++ b/debian/x2gothinclient.postinst
@@ -77,7 +77,7 @@ case "$1" in
if getent group cdrom 1>/dev/null; then adduser x2gothinclient cdrom; fi
if getent group plugdev 1>/dev/null; then adduser x2gothinclient plugdev; fi
if ! getent group scard 1>/dev/null; then groupadd --system scard; fi
- if getent group scard 1>/dev/null; then adduser x2goclient scard; fi
+ if getent group scard 1>/dev/null; then adduser x2gothinclient scard; fi
else
echo "User x2gothinclient already exists." >&2
fi
hooks/post-receive
--
x2gothinclient.git (X2Go Thin Client Environment)
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 "x2gothinclient.git" (X2Go Thin Client Environment).
More information about the x2go-commits
mailing list