[X2Go-Commits] x2goserver.git - build-baikal (branch) updated: 3.0.99-2-99-g4c2668b

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


The branch, build-baikal has been updated
       via  4c2668b92010980a4e5dc5adf28ed2d3472eb104 (commit)
      from  2f170f19a8e7dba35224eaac410844cda5703a97 (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 |    2 +-
 debian/x2goserver.preinst  |    9 ++++-----
 2 files changed, 5 insertions(+), 6 deletions(-)

The diff of changes is:
diff --git a/debian/x2goserver.postinst b/debian/x2goserver.postinst
index 4d24dcb..523639b 100755
--- a/debian/x2goserver.postinst
+++ b/debian/x2goserver.postinst
@@ -19,7 +19,7 @@ set -e
 
 
 case "$1" in
-	configure|upgrade)
+	configure)
 		chmod 700 /etc/x2go/x2gosql/passwords || true
 		touch /etc/x2go/x2gosql/passwords/pgadmin || true
 		chmod 600 /etc/x2go/x2gosql/passwords/pgadmin || true
diff --git a/debian/x2goserver.preinst b/debian/x2goserver.preinst
index 58988d9..b9ff043 100755
--- a/debian/x2goserver.preinst
+++ b/debian/x2goserver.preinst
@@ -19,16 +19,15 @@ set -e
 
 
 case "$1" in
-	configure)
+	install|upgrade)
 		# cleanup old x2goserver installations
 		test -f /var/lib/x2go/x2go_sessions && rm /var/lib/x2go/x2go_sessions
-		getent group x2gousers && echo "WARNING: found obsolete group ,,x2gousers'', please remove manually!!!"
+		getent group x2gousers >/dev/null && echo "WARNING: found obsolete group ,,x2gousers'', please remove manually!!!"
 		;;
-	abort-upgrade|abort-remove|abort-deconfigure)
+	abort-upgrade)
 		;;
-
 	*)
-		echo "postinst called with unknown argument \`$1'" >&2
+		echo "preinst called with unknown argument \`$1'" >&2
 		exit 1
 		;;
 esac


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