This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from f16c0a8 Fix up files section for x2gokdrive (wrong pkg name). new 68f5f38 x2goserver/man/man8/x2golistsessions_root.8: Mention --all-servers option. (Fixes: #1395). 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: debian/changelog | 2 ++ x2goserver/man/man8/x2golistsessions_root.8 | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/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 master in repository x2goserver. commit 68f5f38de020d040d8cfa7abba718a0c73647b3b Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Jul 21 01:56:35 2019 +0200 x2goserver/man/man8/x2golistsessions_root.8: Mention --all-servers option. (Fixes: #1395). --- debian/changelog | 2 ++ x2goserver/man/man8/x2golistsessions_root.8 | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 802ba73..3cd45bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ x2goserver (4.1.0.4-0x2go1.2) UNRELEASED; urgency=medium non-absolute path (e.g. it contains '../'). (Fixes: #1357). - Add X2Go KDrive support (wrapper package: x2goserver-x2gokdrive). - Add man page for x2gocleansessions. + - x2goserver/man/man8/x2golistsessions_root.8: Mention --all-servers + option. (Fixes: #1395). * debian/x2goserver.postinst: + Drop duplicate sourcing of debconf includes. + Add Dutch debconf translation. Thanks to Frans Spiesschaert. diff --git a/x2goserver/man/man8/x2golistsessions_root.8 b/x2goserver/man/man8/x2golistsessions_root.8 index 454bb00..798aa1f 100644 --- a/x2goserver/man/man8/x2golistsessions_root.8 +++ b/x2goserver/man/man8/x2golistsessions_root.8 @@ -12,16 +12,18 @@ x2golistsessions_root \- List X2Go Sessions for System 'nh .fi .ad l -x2golistsessions_root [\fI<server_hostname>\fR] +x2golistsessions_root [\fI<server_hostname>\fR|--all-servers] .SH DESCRIPTION \fBx2golistsessions_root\fR shows a list of all available X2Go sessions on the server \fI<server_hostname>\fR. If no server hostname is given at the command line, the session list query runs for the local system. +If the option \fI\-\-all\-servers\fR is given, all X2Go Servers (on a terminal server farm) are queried and sessions +from all servers get listed. .PP \fBx2golistsessions_root\fR must be run with root privileges. .PP .SH RETURN VALUES -Same as explained in x2golistsessions(8). +Same as explained in x2golistsessions(1). .SH SEE ALSO x2golistsessions(8) .SH AUTHOR -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git