The branch, master has been updated via 3b90061afd411baf6dc570de15b3338147182dae (commit) from 7996595327eb35e013c9c6ff264da6d41bd5f5fe (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 3b90061afd411baf6dc570de15b3338147182dae Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Feb 17 20:55:41 2012 +0100 fix wrong path for x2gofeature.d directory(2) ----------------------------------------------------------------------- Summary of changes: .../x2gofeature.d/x2goserver-lxdebindings.features | 36 ++++++++++++++++++++ 1 files changed, 36 insertions(+), 0 deletions(-) create mode 100755 share/x2go/x2gofeature.d/x2goserver-lxdebindings.features The diff of changes is: diff --git a/share/x2go/x2gofeature.d/x2goserver-lxdebindings.features b/share/x2go/x2gofeature.d/x2goserver-lxdebindings.features new file mode 100755 index 0000000..035953d --- /dev/null +++ b/share/x2go/x2gofeature.d/x2goserver-lxdebindings.features @@ -0,0 +1,36 @@ +#!/bin/bash + +# Copyright (C) 2007-2011 X2go Project - http://wiki.x2go.org +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the +# Free Software Foundation, Inc., +# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +# +# Copyright (C) 2011 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2011 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> + +X2GO_LIB_PATH=`echo -n \$(x2gobasepath)/lib/x2go` + +$X2GO_LIB_PATH/x2gosyslog "$0" "info" "$(basename $0) called with options: $@" + +X2GO_FEATURE=$1 + +# check for X2go server core features +case "$X2GO_FEATURE" in + + "X2GO_LXDEBINDINGS") echo "ok"; exit 0;; + *) exit -1;; + +esac + hooks/post-receive -- x2golxdebindings.git (LXDE bindings for X2Go) 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 "x2golxdebindings.git" (LXDE bindings for X2Go).