The branch, master has been updated via 183e55caf0729743747154bedb87776dc51fb6b1 (commit) via b1de1ed47501af09628afbdb15fff8130afdfe7a (commit) from 839ab4f783081aecf5667588c791f7ef5986568c (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 183e55caf0729743747154bedb87776dc51fb6b1 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Feb 22 14:16:39 2012 +0100 Add man page for x2gogetservers script. commit b1de1ed47501af09628afbdb15fff8130afdfe7a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Feb 22 13:56:35 2012 +0100 Add copyright header for x2gofm script. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 2 ++ x2goserver-fmbindings/bin/x2gofm | 21 +++++++++++++++++++++ x2goserver/man/man8/x2gogetservers.8 | 25 +++++++++++++++++++++++++ 3 files changed, 48 insertions(+), 0 deletions(-) create mode 100644 x2goserver/man/man8/x2gogetservers.8 The diff of changes is: diff --git a/debian/changelog b/debian/changelog index bc47463..6276bed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -40,6 +40,8 @@ x2goserver (3.1.0.0-0~x2go1) UNRELEASED; urgency=low - Tolerate user names containing "-" characters (SQLite DB backend). - Make sure x2gocleansessions close _all_ open file handles after forking as a daemon. + - Add copyright header for x2gofm script. + - Add man page for x2gogetservers script. * Let x2goserver package suggest x2goserver-fmbindings. * Add package upgrade warning for installation using PostgreSQL. The upgrade warning refers to README.upgrade-pgsql-database. diff --git a/x2goserver-fmbindings/bin/x2gofm b/x2goserver-fmbindings/bin/x2gofm index 280d990..9070055 100755 --- a/x2goserver-fmbindings/bin/x2gofm +++ b/x2goserver-fmbindings/bin/x2gofm @@ -1,4 +1,25 @@ #!/usr/bin/perl + +# Copyright (C) 2007-2012 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) 2012 Milan Knížek <knizek.confy@gmail.com> +# Copyright (C) 2012 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> + use strict; my $fname=shift; diff --git a/x2goserver/man/man8/x2gogetservers.8 b/x2goserver/man/man8/x2gogetservers.8 new file mode 100644 index 0000000..a23d69a --- /dev/null +++ b/x2goserver/man/man8/x2gogetservers.8 @@ -0,0 +1,25 @@ +'\" -*- coding: utf-8 -*- +.if \n(.g .ds T< \\FC +.if \n(.g .ds T> \\F[\n[.fam]] +.de URL +\\$2 \(la\\$1\(ra\\$3 +.. +.if \n(.g .mso www.tmac +.TH x2gogetservers 8 "Sep 2011" "Version 3.0.99.x" "X2Go Server Tool" +.SH NAME +x2gogetservers \- Retrieve list of available X2Go servers +.SH SYNOPSIS +'nh +.fi +.ad l +x2gogetservers + +.SH DESCRIPTION +\fBx2gogetservers\fR retrieves a list of available X2Go servers. This command is +only used by \fIx2goclient\fR if it runs in LDAP mode. +.PP +The \fBx2gogetservers\fR is run with X2Go user privileges. + +.SH AUTHOR +This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2Go project +(http://www.x2go.org). 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).