The branch, master has been updated via 914d7791f645502cd4c1cacbd5fc207abee504f6 (commit) from c64b12680d31535bdd218058b60dca3672fb8898 (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 914d7791f645502cd4c1cacbd5fc207abee504f6 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Dec 14 00:33:09 2013 +0100 Fix man pages (layout issues on x2gobroker-authservice man page). ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + man/man8/x2gobroker-authservice.8 | 3 +++ man/man8/x2gobroker-keygen.8 | 1 - 3 files changed, 4 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 173d2ca..2939094 100644 --- a/debian/changelog +++ b/debian/changelog @@ -62,6 +62,7 @@ x2gobroker (0.0.3.0-0x2go1) UNRELEASED; urgency=low - Use IP addresses in apache2 config rather than hostnames. - Add new helper tool: x2gobroker-daemon-debug. - WebUI "plain": throw explainative log errors for every 404 http error. + - Fix man pages (layout issues on x2gobroker-authservice man page). * debian/control: + Replace LDAP support with session brokerage support in LONG_DESCRIPTION. + Fix SYNOPSIS texts. diff --git a/man/man8/x2gobroker-authservice.8 b/man/man8/x2gobroker-authservice.8 index ee3b16d..01d701c 100644 --- a/man/man8/x2gobroker-authservice.8 +++ b/man/man8/x2gobroker-authservice.8 @@ -40,10 +40,13 @@ Display a help with all available command line options and exit. .TP \*(T<\fB\-s <AUTHSOCKET>, \-\-socket <AUTHSOCKET>\fR\*(T> File name of the unix domain socket file used for communication between broker and authentication service. +.TP \*(T<\fB\-o <OWNER>, \-\-owner <OWNER>\fR\*(T> User ownership of the \fI<AUTHSOCKET>\fR file. +.TP \*(T<\fB\-g <GROUP>, \-\-group <GROUP>\fR\*(T> Group ownership of the \fI<AUTHSOCKET>\fR file. +.TP \*(T<\fB\-p <PERMISSIONS>, \-\-permissions <PERMISSIONS>\fR\*(T> Set these file permissions for the \fI<AUTHSOCKET>\fR file. Use numerical permissions (e.g. 0640). .SH "FILES" diff --git a/man/man8/x2gobroker-keygen.8 b/man/man8/x2gobroker-keygen.8 index 0ce9467..d647768 100644 --- a/man/man8/x2gobroker-keygen.8 +++ b/man/man8/x2gobroker-keygen.8 @@ -32,7 +32,6 @@ This command has to be execute once per broker installation and requires root pr \*(T<\fB\-h, \-\-help\fR\*(T> Display a help with all available command line options and exit. .TP -.TP \*(T<\fB\-t {RSA,DSA}, \-\-key_type {RSA,DSA}\fR\*(T> SSH pub/priv key type (allowed values: RSA, DSA). .TP 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).