[X2go-Commits] x2goserver.git - master (branch) updated: 3.0.99-2-98-g2f170f1
X2go dev team
git-admin at x2go.org
Mon Jul 18 22:07:42 CEST 2011
The branch, master 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 -----------------------------------------------------------------
commit 2f170f19a8e7dba35224eaac410844cda5703a97
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Mon Jul 18 22:07:20 2011 +0200
run x2goserver.postinst configure also on upgrades
-----------------------------------------------------------------------
Summary of changes:
debian/x2goserver.postinst | 8 ++++----
1 files 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