The branch, master has been updated via 55e547b1526b674a7d60ff42c5b3e49b6a7861f5 (commit) from 5b9cf0a0e8c1a15e13d0e024af63ace3cb51737b (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 55e547b1526b674a7d60ff42c5b3e49b6a7861f5 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Sep 25 01:48:52 2011 +0200 add X2GO_COMPAT_SCRIPTS feature to x2goserver-compat ----------------------------------------------------------------------- Summary of changes: debian/x2goserver-compat.install | 3 ++- .../share/x2gofeature.d/x2goserver-compat.features | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) copy x2goserver-printing/share/x2gofeature.d/x2goserver-printing.features => x2goserver-compat/share/x2gofeature.d/x2goserver-compat.features (96%) The diff of changes is: diff --git a/debian/x2goserver-compat.install b/debian/x2goserver-compat.install index b7ce8ba..5059ee2 100644 --- a/debian/x2goserver-compat.install +++ b/debian/x2goserver-compat.install @@ -1 +1,2 @@ -x2goserver-compat/bin/x2go* /usr/bin/ +x2goserver-compat/bin/x2go* /usr/bin/ +x2goserver-compat/share/x2gofeature.d/* /usr/share/x2go/x2gofeature.d/ diff --git a/x2goserver-printing/share/x2gofeature.d/x2goserver-printing.features b/x2goserver-compat/share/x2gofeature.d/x2goserver-compat.features similarity index 96% copy from x2goserver-printing/share/x2gofeature.d/x2goserver-printing.features copy to x2goserver-compat/share/x2gofeature.d/x2goserver-compat.features index 7332656..030aa6e 100755 --- a/x2goserver-printing/share/x2gofeature.d/x2goserver-printing.features +++ b/x2goserver-compat/share/x2gofeature.d/x2goserver-compat.features @@ -29,7 +29,8 @@ X2GO_FEATURE=$1 # check for X2go server core features case "$X2GO_FEATURE" in - "X2GO_PRINTING") echo "ok"; exit 0;; + "X2GO_COMPAT_SCRIPTS") echo "ok"; exit 0;; *) 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).