summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/CHANGES12
1 files changed, 6 insertions, 6 deletions
diff --git a/cpp/CHANGES b/cpp/CHANGES
index cfb06eca07d..3877ab9dddd 100644
--- a/cpp/CHANGES
+++ b/cpp/CHANGES
@@ -2,18 +2,18 @@ Changes since version 1.2.0
---------------------------
- Three new icepackadmin commands:
- - server signal NAME SIGNAL, to have the IcePackNode send a signal
- to a server (Unix only)
- - server stdout NAME MESSAGE to write MESSAGE on server's stdout
- - server stderr NAME MESSAGE to write MESSAGE on servers'stderr
+ * server signal NAME SIGNAL: to have the IcePackNode send a signal
+ to a server. (Unix only)
+ * server stdout NAME MESSAGE: writes MESSAGE on server's stdout.
+ * server stderr NAME MESSAGE: writes MESSAGE on server's stderr.
- Two new IcePack.Node properties:
- - IcePack.Node.Output=<path>
+ * IcePack.Node.Output=<path>
If set, the IcePack node will redirect the stdout and stderr
output of the started servers to files named <server>.out and
<server>.err in this directory. Otherwise, the started servers
share the stdout and stderr of the IcePack node.
- - IcePack.Node.RedirectErrToOut=<num>
+ * IcePack.Node.RedirectErrToOut=<num>
If <num> is set to a value larger than zero, the stderr of each
started server is redirected to the server's stdout.