[X2Go-Commits] [x2goserver] 42/50: extensions: add "data" directory to man page.

git-admin at x2go.org git-admin at x2go.org
Mon Mar 16 06:29:31 CET 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch feature/x2goserver-xsettings
in repository x2goserver.

commit bc4da325e5d26c699ada88cbe4a5327bac17038c
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Mon Nov 24 19:56:17 2014 +0100

    extensions: add "data" directory to man page.
---
 .../man/man8/x2goserver-run-extensions.8           |   11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/x2goserver-extensions/man/man8/x2goserver-run-extensions.8 b/x2goserver-extensions/man/man8/x2goserver-run-extensions.8
index d61731f..51f0302 100644
--- a/x2goserver-extensions/man/man8/x2goserver-run-extensions.8
+++ b/x2goserver-extensions/man/man8/x2goserver-run-extensions.8
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2goserver-run-extensions 8 "Jan 2013" "Version 4.1.0.0-preview" "X2Go Server Tool"
+.TH x2goserver-run-extensions 8 "Nov 2014" "Version 4.1.0.0-preview" "X2Go Server Tool"
 .SH NAME
 x2goserver-run-extensions \- Run X2Go Server Extensions
 .SH SYNOPSIS
@@ -68,12 +68,19 @@ The following table shows the available modalities, the calling scripts and the
                        post-terminate    extensions/post-terminate.d/
                        fail-terminate    extensions/fail-terminate.d/
 
+.PP
+An exception to this forms the \fIdata\fR directory. This is not a modality,
+but a place for storing shared data, like scripts used by multiple modality
+scripts.
 .TP
 \fIIMPORTANT:\fR
 When providing X2Go Server extensions by this mechanism, please pretty well make sure that extension scripts you place
 in either of the above folders do under no circumstance fail during execution. Return codes are ignored and failures are therefore not (yet) propagated.
 .SH EXECUTION OF EXTENSIONS
-Scripts (or binaries) that have been placed into one of the pre/post/fail modality folders (see above) are executed in alpha-numerical sorting order.
+Scripts (or binaries) that have been placed into one of the pre/post/fail
+modality folders (see above) are executed in alpha-numerical sorting order.
+Scripts may call or otherwise utilize shared components in the \fIdata\fR
+directory.
 .PP
 Extensions will only get executed if their file names start with three digits followed by an underscore character.
 This restriction is in place to make sure that X2Go Server extensions get executed in the correct/wanted order:

--
Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git


More information about the x2go-commits mailing list