[X2go-Commits] x2goserver.git - master (branch) updated: 3.0.99.7-16-gd008b49

X2go dev team git-admin at x2go.org
Wed Nov 9 12:10:00 CET 2011


The branch, master 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 -----------------------------------------------------------------
commit d008b49704c62448ca12ecf7f73f071393951834
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Nov 9 12:09:52 2011 +0100

    fix for last commit (x2goserver-printing.postinst)

-----------------------------------------------------------------------

Summary of changes:
 debian/x2goserver-printing.postinst |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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