The branch, master has been updated via b232c13e3c724b0071e5d98ebc8aff645017c0d7 (commit) from 5b22e17c13c76b133db6d6891b831a2d7b2a6709 (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 b232c13e3c724b0071e5d98ebc8aff645017c0d7 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Sep 30 08:25:44 2011 +0200 man page improval: x2goserver-run-extensions ----------------------------------------------------------------------- Summary of changes: .../man/man8/x2goserver-run-extensions.8 | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) The diff of changes is: diff --git a/x2goserver-extensions/man/man8/x2goserver-run-extensions.8 b/x2goserver-extensions/man/man8/x2goserver-run-extensions.8 index e7b8a0b..1bb6b46 100644 --- a/x2goserver-extensions/man/man8/x2goserver-run-extensions.8 +++ b/x2goserver-extensions/man/man8/x2goserver-run-extensions.8 @@ -67,7 +67,14 @@ The following table shows the available modalities, the calling scripts and the \fIIMPORTANT:\fR When providing X2go Server extensions by this mechanism, please pretty well make sure that these extension scripts of yours that you place in either of the above folders do under no circumstance fail during execution. +.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. +So best practice probably is prepending extension file names with digits to make sure they get executed in the wanted order: + 0010_x2goserver-statistics + 0020_x2goserver-mail-notify + 0021_x2goserver-monitoring + etc.pp. .SH RETURN VALUES As exitcode \fBx2goserver-run-extensions\fR always returns 0 and pretends to be permanently happy :-). .SH SEE ALSO 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).