This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch release/4.0.0.x in repository x2goserver. from 8aef96e Interpret NX display failures as (about to be) suspended sessions. new 03db61d Improve the comments in x2goagent.options The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: x2goserver/etc/x2goagent.options | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch release/4.0.0.x in repository x2goserver. commit 03db61dbae6ec1e3561695cf378b76ad036e7050 Author: Mike DePaulo <mikedep333@gmail.com> Date: Sun Jul 20 09:55:26 2014 -0400 Improve the comments in x2goagent.options --- x2goserver/etc/x2goagent.options | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/x2goserver/etc/x2goagent.options b/x2goserver/etc/x2goagent.options index afe12f9..05510df 100644 --- a/x2goserver/etc/x2goagent.options +++ b/x2goserver/etc/x2goagent.options @@ -1,6 +1,13 @@ # -# This file can be used to specify default options that are passed to nxagent +# This file can be used to specify default options that are passed to nxagent. +# # These options can be overriden by the client! +# +# See the output of `nxagent -help` for the full list of options. +# +# Remember: +# "-extension" disables an extension. +# "+extension" enables an extension. X2GO_NXAGENT_DEFAULT_OPTIONS="" -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git