The branch, master has been updated via f29667f2dea752cb745f8f673a78415b939007b9 (commit) from ef39402a2afea0c98e3e7568d1c2bbcc769b7b4a (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 f29667f2dea752cb745f8f673a78415b939007b9 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Dec 18 21:44:22 2013 +0100 Add man page for x2gobroker-daemon-debug. ----------------------------------------------------------------------- Summary of changes: Makefile | 4 ++++ debian/changelog | 1 + man/man8/x2gobroker-daemon-debug.8 | 38 ++++++++++++++++++++++++++++++++++++ 3 files changed, 43 insertions(+) create mode 100644 man/man8/x2gobroker-daemon-debug.8 The diff of changes is: diff --git a/Makefile b/Makefile index f48fcd8..ea8c22b 100755 --- a/Makefile +++ b/Makefile @@ -116,6 +116,10 @@ install: "${DESTDIR}/etc/default/x2gobroker-daemon" ${INSTALL_FILE} logrotate/x2gobroker-daemon \ "${DESTDIR}/etc/logrotate.d/" + mkdir -p "${DESTDIR}${BINDIR}" "${DESTDIR}${SBINDIR}" \ + "${DESTDIR}${MANDIR}/man8" + ${INSTALL_FILE} man/man8/x2gobroker-daemon-debug.8* \ + "${DESTDIR}${MANDIR}/man8" # x2gobroker-wsgi mkdir -p "${DESTDIR}${ETCDIR}" "${DESTDIR}/etc/logrotate.d" diff --git a/debian/changelog b/debian/changelog index b020a2a..b5a7a69 100644 --- a/debian/changelog +++ b/debian/changelog @@ -61,6 +61,7 @@ x2gobroker (0.0.3.0-0x2go1) UNRELEASED; urgency=low - Add a start page (,,It works''). - Use IP addresses in apache2 config rather than hostnames. - Add new helper tool: x2gobroker-daemon-debug. + - Add man page for x2gobroker-daemon-debug. - WebUI "plain": throw explainative log errors for every 404 http error. - Fix man pages (layout issues on x2gobroker-authservice man page). - Adapt man page installation to moval of x2gobroker(-testauth) from diff --git a/man/man8/x2gobroker-daemon-debug.8 b/man/man8/x2gobroker-daemon-debug.8 new file mode 100644 index 0000000..da2c551 --- /dev/null +++ b/man/man8/x2gobroker-daemon-debug.8 @@ -0,0 +1,38 @@ +'\" -*- 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 x2gobroker-daemon-debug 8 "Aug 2013" "Version 0.0.3.x" "X2Go Session Broker" +.SH NAME +x2gobroker-daemon-debug \- Debug X2Go Session Broker's Standalone Daemon +.SH SYNOPSIS +'nh +.fi +.ad l +\fBx2gobroker-daemon-debug\fR \kx +.if (\nx>(\n(.l/2)) .nr x (\n(.l/5) +'in \n(.iu+\nxu +[ +\fIoptions\fR +] +'in \n(.iu-\nxu +.ad b +'hy +.SH DESCRIPTION +\fBx2gobroker-daemon-debug\fR is a helper tool for the site admin that launches the standalone http(s) daemon +of X2Go Session Broker in debug and interactive mode. Debug mode is activated automatically, all logging is +re-directed to STDERR (instead of logging into the broker's log files). +.PP +The \fBx2gobroker-daemon-debug\fR scripts accepts all options of \fBx2gobroker\fR except the \fI--mode\fR option (which +is enforced by \fBx2gobroker-daemon-debug\fR by default). +.PP +\fBx2gobroker-daemon-debug\fR requires root privileges. +.PP +.SH "SEE ALSO" +x2gobroker(1) +.SH AUTHOR +This manual has been written for the X2Go project by +Mike Gabriel <mike.gabriel@das-netzwerkteam.de>. 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).