[X2go-Commits] x2goserver.git - master (branch) updated: 3.0.99.8-38-g93fa35b

X2go dev team git-admin at x2go.org
Sat Dec 17 03:40:40 CET 2011


The branch, master has been updated
       via  93fa35b38ff5d2b9a67c6db1475b5422a15b5769 (commit)
      from  c0b97603f18c6d5555384c47cb88c18ba9bf660b (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 93fa35b38ff5d2b9a67c6db1475b5422a15b5769
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sat Dec 17 03:40:36 2011 +0100

    Fix directory permissions of $HOME directory of x2goprint system user.

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

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

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 650ab8b..7bec0c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ x2goserver (3.0.99.9-0~x2go1) UNRELEASED; urgency=low
   * Add psmisc package as dependency.
   * Add new binary package to x2goserver source: x2goserver-pyhoca.
   * x2goserver package suggests x2goserver-pyhoca.
+  * Fix directory permissions of $HOME directory of x2goprint system user.
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Fri, 25 Nov 2011 11:38:46 +0100
 
diff --git a/debian/x2goserver-printing.postinst b/debian/x2goserver-printing.postinst
index 8ad8f80..7c1451c 100755
--- a/debian/x2goserver-printing.postinst
+++ b/debian/x2goserver-printing.postinst
@@ -57,7 +57,7 @@ case "$1" in
 		# make sure x2goprint spool dir permissions are set correctly
 		chown -R x2goprint:x2goprint /var/spool/x2goprint
 		# egid x2goprint needs write access to the spool dir
-		chmod 0770 /var/spool/x2goprint
+		chmod 0700 /var/spool/x2goprint
 
 		# we may be upgrading versions of x2goserver that had
 		# /usr/bin/x2goprint set to setuid x2goprint.


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