[X2Go-Commits] x2goserver.git - build-baikal (branch) updated: 3.0.99.7-16-gd008b49

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


The branch, build-baikal has been updated
       via  d008b49704c62448ca12ecf7f73f071393951834 (commit)
      from  ac20aac62ee6ff4361b08308baef746b32ee9b8e (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-printing.postinst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/debian/x2goserver-printing.postinst b/debian/x2goserver-printing.postinst
index c75484e..8ad8f80 100755
--- a/debian/x2goserver-printing.postinst
+++ b/debian/x2goserver-printing.postinst
@@ -42,7 +42,7 @@ case "$1" in
 			if [ "`id -gn x2goprint`" != "x2goprint" ]; then
 				usermod --gid x2goprint x2goprint
 			fi
-			if [ "getent passwd x2goprint" | egrep -v '^.*:x:.*:.*:.*:.*:/bin/sh$' &>/dev/null ]; then
+			if getent passwd x2goprint | egrep -v ".*:x:.*:.*:.*:.*:/bin/sh" 1>/dev/null 2>/dev/null; then
 				usermod --shell /bin/sh x2goprint
 			fi
 			if [ "`ls -1d ~x2goprint`" != "/var/spool/x2goprint" ]; then


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