[X2Go-Commits] x2goserver.git - build-main (branch) updated: 3.0.99-2-98-g2f170f1

X2Go dev team git-admin at x2go.org
Wed Dec 4 06:17:31 CET 2013


The branch, build-main has been updated
       via  2f170f19a8e7dba35224eaac410844cda5703a97 (commit)
      from  1d41ff64f488d4aa40c78125914ca840fb020abe (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.postinst |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

The diff of changes is:
diff --git a/debian/x2goserver.postinst b/debian/x2goserver.postinst
index e5bc217..4d24dcb 100755
--- a/debian/x2goserver.postinst
+++ b/debian/x2goserver.postinst
@@ -19,10 +19,10 @@ set -e
 
 
 case "$1" in
-	configure)
-		chmod 700 /etc/x2go/x2gosql/passwords
-		touch /etc/x2go/x2gosql/passwords/pgadmin
-		chmod 600 /etc/x2go/x2gosql/passwords/pgadmin
+	configure|upgrade)
+		chmod 700 /etc/x2go/x2gosql/passwords || true
+		touch /etc/x2go/x2gosql/passwords/pgadmin || true
+		chmod 600 /etc/x2go/x2gosql/passwords/pgadmin || true
 
 		# setup x2gouser and group
 		if ! getent group x2gouser >/dev/null; 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