The branch, master has been updated via e96a2eb0f50a5fbd8afbe5644f328eaa34caf725 (commit) from 5390f605e0c3d1ce459626985922dc051bc638ed (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 e96a2eb0f50a5fbd8afbe5644f328eaa34caf725 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Jan 29 10:36:06 2013 +0100 fix X2GOBROKER_DEBUG env var ----------------------------------------------------------------------- Summary of changes: debian/x2gobroker-daemon.default | 4 ++-- debian/x2gobroker-daemon.init | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/debian/x2gobroker-daemon.default b/debian/x2gobroker-daemon.default index a0090df..d7466e6 100644 --- a/debian/x2gobroker-daemon.default +++ b/debian/x2gobroker-daemon.default @@ -6,8 +6,8 @@ START_DAEMON=true # run XGo Session Broker in debug mode, this will make the broker # available through http GET method calls (otherwise: POST method # only) and you will be able to test the broker through your web -# browser -#X2GOBROKER_DEBUG=false +# browser (0=disable, 1=enable). +#X2GOBROKER_DEBUG=0 # bind standalone daemon to this address:port #DAEMON_BIND_ADDRESS=127.0.0.1:8080 diff --git a/debian/x2gobroker-daemon.init b/debian/x2gobroker-daemon.init index 3dda287..2ee927a 100644 --- a/debian/x2gobroker-daemon.init +++ b/debian/x2gobroker-daemon.init @@ -27,6 +27,7 @@ test -x "$DAEMON" || exit 0 START_DAEMON=false DAEMON_BIND_ADDRESS=127.0.0.1:8080 +X2GOBROKER_DEBUG=0 X2GOBROKER_DEFAULT_BACKEND="zeroconf" X2GOBROKER_CONFIG="/etc/x2go/x2gobroker.conf" X2GOBROKER_SESSIONPROFILES="/etc/x2go/broker/x2gobroker-sessionprofiles.conf" hooks/post-receive -- x2gobroker.git (HTTP(S) Session broker 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 "x2gobroker.git" (HTTP(S) Session broker for X2Go).